diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-02 23:21:50 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-02 23:21:50 +0000 |
commit | 1659b3fcb1e0ce52627bf279fc377f1d66727ace (patch) | |
tree | 538a05eb932f7084817945a906323278d6d34c15 /fontconfig/fontconfig-native_2.2.95.oe | |
parent | 4fe3c53b1df387995bac179ef2ca04751c4eae29 (diff) |
Fix dependencies for fontconfig-native and libbonoboui.
BKrev: 40e5ee0ejU9yw-xqFhfV9sri-j-WrA
Diffstat (limited to 'fontconfig/fontconfig-native_2.2.95.oe')
-rw-r--r-- | fontconfig/fontconfig-native_2.2.95.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fontconfig/fontconfig-native_2.2.95.oe b/fontconfig/fontconfig-native_2.2.95.oe index e69de29bb2..d44db205ff 100644 --- a/fontconfig/fontconfig-native_2.2.95.oe +++ b/fontconfig/fontconfig-native_2.2.95.oe @@ -0,0 +1,12 @@ +include fontconfig_${PV}.oe +inherit native +DEPENDS = "freetype-native expat-native zlib-native" +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/fontconfig-${PV}" + +EXTRA_OEMAKE = "" + +do_stage () { + oe_runmake install + install fc-lang/fc-lang ${STAGING_BINDIR} + install fc-glyphname/fc-glyphname ${STAGING_BINDIR} +} |