diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-30 16:57:59 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-30 16:57:59 +0000 |
commit | 09cad80ea333b45f0df46b82c78744d3be54c879 (patch) | |
tree | 2b1b7f215ab39f7eec7326ddb7788861a676a3e8 /pango/pango_1.2.5.oe | |
parent | af450e8dbbd887ca6037bc7ad930d7f15dd04345 (diff) |
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
Diffstat (limited to 'pango/pango_1.2.5.oe')
-rw-r--r-- | pango/pango_1.2.5.oe | 3 |
1 files changed, 1 insertions, 2 deletions
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/ } - |