into allanon.vanille.de:/usr/local/projects/packages
2004/06/13 22:52:18+02:00 vanille.de!mickeyl
add FIXME for fontconfig-native which bails
out if the host has docbook2html installed. No, it doesn't honor --disable-docs for a reason
BKrev: 40ccbe8eVX_oOOCjK5SX40-pJm8UMQ
+include fontconfig_${PV}.oe
+inherit native
+DEPENDS = "freetype-native expat-native"
+FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/fontconfig-${PV}"
+
+do_compile () {
+ oe_runmake
+}
+
+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).
+#