[oe-commits] org.oe.dev gd 2.0.33: Explicitly disable support for freetype and fontconfig. There are

lenehan commit openembedded-commits at lists.openembedded.org
Fri Mar 16 05:06:39 UTC 2007


gd 2.0.33: Explicitly disable support for freetype and fontconfig. There are
two issues if this isn't done:
- If you have these built under OE then support for them will be included,
  otherwise it won't be. Explicitly disabling these ensures support is never
  included.
- If you don't have these built under OE it will attempt to use the host
  versions of these libraries. (Picked up be insane.bbclass).

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 4bd0656537922e63f9ef5f8663e6a5c319d7b982
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4bd0656537922e63f9ef5f8663e6a5c319d7b982
Files:
1
packages/gd/gd_2.0.33.bb
Diffs:

#
# mt diff -re8fe2283e0bda61a19e3e7f4cf561a638aa1b1fd -r4bd0656537922e63f9ef5f8663e6a5c319d7b982
#
# 
# 
# patch "packages/gd/gd_2.0.33.bb"
#  from [ba4bb8ba22b5e67e2afe63c15d8568703a8ed54b]
#    to [f9d8e30322ad78d9ee4fc1cdc8d6cd505425b6d5]
# 
============================================================
--- packages/gd/gd_2.0.33.bb	ba4bb8ba22b5e67e2afe63c15d8568703a8ed54b
+++ packages/gd/gd_2.0.33.bb	f9d8e30322ad78d9ee4fc1cdc8d6cd505425b6d5
@@ -1,8 +1,8 @@ DEPENDS = "libpng jpeg zlib"
 SECTION = "libs"
 LICENSE = "GD"
 DESCRIPTION = "gd is a library used to create PNG, JPEG, or WBMP images."
 DEPENDS = "libpng jpeg zlib"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz"
 S = "${WORKDIR}/gd-${PV}"
@@ -12,6 +12,8 @@ EXTRA_OECONF += " --with-zlib=${STAGING_
 EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \
                   --with-png=${STAGING_LIBDIR}/.. \
                   --with-jpeg=${STAGING_LIBDIR}/.. \
+                  --without-freetype \
+                  --without-fontconfig \
                   --without-xpm \
                   --without-x"
 






More information about the Openembedded-commits mailing list