also fix the fontconfig docbook2man issue
authorMichael Lauer <mickey@vanille-media.de>
Tue, 22 Jun 2004 10:51:46 +0000 (10:51 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 22 Jun 2004 10:51:46 +0000 (10:51 +0000)
BKrev: 40d80f42Fi0b6mWXiKlQI3A6nGh4lA

fontconfig/fontconfig-native_2.2.94.oe
fontconfig/fontconfig_2.2.94.oe

index 2c5a8a9..941f573 100644 (file)
@@ -3,16 +3,8 @@ inherit native
 DEPENDS = "freetype-native expat-native"
 FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/fontconfig-${PV}"
 
-export HASDOCBOOK="no"
-
 do_stage () {
        oe_runmake install
        install fc-lang/fc-lang ${STAGING_BINDIR}
        install fc-glyphname/fc-glyphname ${STAGING_BINDIR}
 }
-
-#
-# FIXME: If this package fails to compile on your host, then
-# you have docbook2html installed. Delete it or fix this package
-# to obey what we request in fontconfig (--disable-docs).
-#
index e7dc83a..6a35855 100644 (file)
@@ -13,6 +13,8 @@ S = "${WORKDIR}/fontconfig-${PV}"
 
 inherit autotools pkgconfig
 
+export HASDOCBOOK="no"
+
 EXTRA_OECONF = " --disable-docs "
 
 do_compile () {