packages/freetype: fix build without internal libz
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 6 Aug 2006 20:20:26 +0000 (20:20 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 6 Aug 2006 20:20:26 +0000 (20:20 +0000)
Some user reports that building freetype without the included
libz breaks there build. They are right. Justify the remaining
freetype.bb like freetype_2.2.1.bb

packages/freetype/freetype_2.1.10.bb
packages/freetype/freetype_2.1.8.bb

index 35c0d0c..532d9d0 100644 (file)
@@ -13,6 +13,7 @@ inherit autotools pkgconfig binconfig
 
 LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
 EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
+EXTRA_OECONF = "--without-zlib"
 
 do_configure() {
        cd builds/unix
index 5e9db48..4977027 100644 (file)
@@ -11,6 +11,7 @@ inherit autotools pkgconfig binconfig
 
 LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
 EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
+EXTRA_OECONF = "--without-zlib"
 
 do_configure() {
        cd builds/unix