From 09cad80ea333b45f0df46b82c78744d3be54c879 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 30 Mar 2004 16:57:59 +0000 Subject: Merge 2004/03/29 11:11:49-05:00 local!kergoth Bug in scummvm build.. we werent being explicit about configure options, so it was poking around in native headers to determine if we had things like libvorbis and libogg. Fixed. 2004/03/29 11:11:23-05:00 local!kergoth Bugfixes in pango and appweb per the recent oe metadata handling change. BKrev: 4069a7174MMf0zvSv3smX-syqMLJLA --- pango/pango_1.2.5.oe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pango') diff --git a/pango/pango_1.2.5.oe b/pango/pango_1.2.5.oe index c1b024f4c7..bd7ee7ad0f 100644 --- a/pango/pango_1.2.5.oe +++ b/pango/pango_1.2.5.oe @@ -14,7 +14,7 @@ inherit autotools libtool pkgconfig EXTRA_OECONF = "--disable-glibtest \ --enable-explicit-deps=no" -FILES_pango-doc = "${FILES_pango-doc} ${datadir}/gtk-doc" +FILES_pango-doc_append = " ${datadir}/gtk-doc" SOV = "0.200.5" do_stage () { @@ -26,4 +26,3 @@ do_stage () { install -d ${STAGING_INCDIR}/pango install -m 0644 ${S}/pango/pango*.h ${STAGING_INCDIR}/pango/ } - -- cgit 1.2.3-korg