summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-lib/libfontenc-native_1.0.4.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-07-04 14:45:36 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-07-04 14:45:36 +0000
commit6c9d93a8c6ea5a8a4996dc6e6393b4ce83abe216 (patch)
tree8e1e43ceacf3da7f618bb62dd976829b313715ed /meta/packages/xorg-lib/libfontenc-native_1.0.4.bb
parentd48249ddf3745d3fe7c8ced9c58e3b3308fce8bb (diff)
downloadpoky-6c9d93a8c6ea5a8a4996dc6e6393b4ce83abe216.tar.gz
xorg-lib: X11 cleanup part 2: added DESCRIPTION fields, fixed DEPENDS lines, fixed order of fields
- dropped old unused recipes: libice 1.0.1, libxevie 1.0.1, libxext 1.0.1 - dependencies are cleaned as many recipes had repeated deps of own deps git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2099 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib/libfontenc-native_1.0.4.bb')
-rw-r--r--meta/packages/xorg-lib/libfontenc-native_1.0.4.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/packages/xorg-lib/libfontenc-native_1.0.4.bb b/meta/packages/xorg-lib/libfontenc-native_1.0.4.bb
index 9135244ab7..a907e08f12 100644
--- a/meta/packages/xorg-lib/libfontenc-native_1.0.4.bb
+++ b/meta/packages/xorg-lib/libfontenc-native_1.0.4.bb
@@ -1,14 +1,8 @@
1require xorg-lib-common.inc 1require libfontenc_${PV}.bb
2DESCRIPTION = "X libfontenc library (used by libxfont)."
3SECTION = "x11/libs"
4PRIORITY = "optional"
5LICENSE = "BSD-X"
6 2
7DEPENDS = "zlib-native xproto-native" 3DEPENDS = "zlib-native xproto-native"
8
9PE = "1" 4PE = "1"
10 5
11XORG_PN = "libfontenc" 6XORG_PN = "libfontenc"
12S = "${WORKDIR}/libfontenc-${PV}"
13 7
14inherit native autotools pkgconfig 8inherit native