diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-08-04 13:25:51 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-08-04 13:25:51 +0000 |
commit | 89b85eda60769fe941a2e64ea4d296617befc2af (patch) | |
tree | f10b4bb39f8fe221b930623636d1d4ce3b74b251 /packages/fontconfig/fontconfig-native_2.6.0.bb | |
parent | 7efe32a8489c41f1fedb5bcca5b4ffdbc4713359 (diff) | |
parent | 810fb5eba6f2e57ce61b96361fb3445aac331ddf (diff) |
merge of '59560bb699e5c53442482270321f0392e8772228'
and 'd7ac2578b689d01a8d9b17579781f0f7a6926ebd'
Diffstat (limited to 'packages/fontconfig/fontconfig-native_2.6.0.bb')
-rw-r--r-- | packages/fontconfig/fontconfig-native_2.6.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/fontconfig/fontconfig-native_2.6.0.bb b/packages/fontconfig/fontconfig-native_2.6.0.bb new file mode 100644 index 0000000000..541b74634c --- /dev/null +++ b/packages/fontconfig/fontconfig-native_2.6.0.bb @@ -0,0 +1,15 @@ +SECTION = "base" +LICENSE = "BSD" +require fontconfig_${PV}.bb +inherit native +DEPENDS = "freetype-native expat-native zlib-native" +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/fontconfig-${PV}" + +EXTRA_OEMAKE = "" +EXTRA_OECONF = "${@[' --disable-docs',' --disable-docs --with-freetype-config=%s/freetype-config' % bb.data.getVar('STAGING_BINDIR', d, 1)][os.path.isfile('%s/freetype-config' % bb.data.getVar('STAGING_BINDIR', d, 1))]}" + +do_stage () { + oe_runmake install + install fc-lang/fc-lang ${STAGING_BINDIR} + install fc-glyphname/fc-glyphname ${STAGING_BINDIR} +} |