aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.4.11/allow.to.disable.gd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/gphoto2/libgphoto2-2.4.11/allow.to.disable.gd.patch')
-rw-r--r--meta-oe/recipes-graphics/gphoto2/libgphoto2-2.4.11/allow.to.disable.gd.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.4.11/allow.to.disable.gd.patch b/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.4.11/allow.to.disable.gd.patch
deleted file mode 100644
index aa1a12441d..0000000000
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.4.11/allow.to.disable.gd.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- libgphoto2-2.4.11.orig/configure.ac 2013-07-19 21:59:10.857223729 +0200
-+++ libgphoto2-2.4.11/configure.ac 2013-07-19 22:06:13.873233928 +0200
-@@ -270,15 +270,21 @@
- dnl ---------------------------------------------------------------------------
- dnl check for libgd
- dnl ---------------------------------------------------------------------------
--LIBGD=""
--libgd_msg="no"
--AC_SUBST(LIBGD)
--AC_CHECK_LIB(gd,gdImageCreateTrueColor,[
-- AC_CHECK_HEADER(gd.h,[
-- AC_DEFINE(HAVE_GD,1,[define if we have LIBGD and its headers])
-- LIBGD="-lgd"
-- libgd_msg="yes"
-- ])
-+AC_ARG_ENABLE([gd],
-+[AS_HELP_STRING([--enable-gd],
-+ [enable gd support])],[
-+ LIBGD=""
-+ libgd_msg="no"
-+ AC_SUBST(LIBGD)
-+ if test "x$enableval" != "xno"; then
-+ AC_CHECK_LIB(gd,gdImageCreateTrueColor,[
-+ AC_CHECK_HEADER(gd.h,[
-+ AC_DEFINE(HAVE_GD,1,[define if we have LIBGD and its headers])
-+ LIBGD="-lgd"
-+ libgd_msg="yes"
-+ ])
-+ ])
-+ fi
- ])
- GP_CONFIG_MSG([GD conversion support],[${libgd_msg}])
-