diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:50:43 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 16:50:43 +0000 |
commit | 438f3eecbc00c00e94417b5b66a1deefb82c85a9 (patch) | |
tree | 02278ef4bf28f88ac57dc4b6c9b206445225b2f0 /meta/packages/xorg-lib | |
parent | 2a03f20a590e06d035cce2d8321c704cd7a6afc6 (diff) | |
download | openembedded-core-438f3eecbc00c00e94417b5b66a1deefb82c85a9.tar.gz openembedded-core-438f3eecbc00c00e94417b5b66a1deefb82c85a9.tar.bz2 openembedded-core-438f3eecbc00c00e94417b5b66a1deefb82c85a9.zip |
libxfont-native:added 1.2.8
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1655 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib')
-rw-r--r-- | meta/packages/xorg-lib/libxfont-native_1.2.8.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxfont-native_1.2.8.bb b/meta/packages/xorg-lib/libxfont-native_1.2.8.bb new file mode 100644 index 0000000000..3fd134bd8b --- /dev/null +++ b/meta/packages/xorg-lib/libxfont-native_1.2.8.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "X font library (used by the X server)." +SECTION = "x11/libs" +PRIORITY = "optional" +LICENSE = "BSD-X" +PE = "1" + +DEPENDS = "xproto-native zlib-native fontcacheproto-native fontsproto-native libfontenc-native xtrans-native freetype-native util-macros-native" + +SRC_URI = "${XORG_MIRROR}/individual/lib/libXfont-1.2.0.tar.bz2" +S = "${WORKDIR}/libXfont-1.2.0" + +inherit native autotools pkgconfig + |