diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-02-21 13:00:02 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-02-21 13:00:02 +0000 |
commit | e84bb38ccc8ccb92576a59bc0d5afd97f02a0a29 (patch) | |
tree | 9b3e14c295439692248172618682e7d857a21d0e /packages | |
parent | a7993804a3fadfda834e2fc23314648d0211eb8a (diff) |
libxfont-native: add 1.2.0 needed for recent freetype update
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xorg-lib/libxfont-native_X11R7.1-1.2.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/xorg-lib/libxfont-native_X11R7.1-1.2.0.bb b/packages/xorg-lib/libxfont-native_X11R7.1-1.2.0.bb new file mode 100644 index 0000000000..073b54f7cf --- /dev/null +++ b/packages/xorg-lib/libxfont-native_X11R7.1-1.2.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "X font library (used by the X server)." +SECTION = "x11/libs" +PRIORITY = "optional" +LICENSE = "BSD-X" + +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 + |