summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-lib/libxt_1.0.5.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/libxt_1.0.5.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/libxt_1.0.5.bb')
-rw-r--r--meta/packages/xorg-lib/libxt_1.0.5.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/packages/xorg-lib/libxt_1.0.5.bb b/meta/packages/xorg-lib/libxt_1.0.5.bb
index e67590bdf1..5b25c4b3a5 100644
--- a/meta/packages/xorg-lib/libxt_1.0.5.bb
+++ b/meta/packages/xorg-lib/libxt_1.0.5.bb
@@ -1,15 +1,14 @@
1require xorg-lib-common.inc 1require xorg-lib-common.inc
2PE = "1"
3
4DESCRIPTION = "X Toolkit Intrinsics"
5PRIORITY = "optional"
6 2
7DEPENDS += " libsm virtual/libx11 xproto kbproto" 3DESCRIPTION = "X11 toolkit intrinsics library"
4DEPENDS += "libsm virtual/libx11 kbproto"
8PROVIDES = "xt" 5PROVIDES = "xt"
6PR = "r1"
7PE = "1"
9 8
10XORG_PN = "libXt" 9XORG_PN = "libXt"
11 10
12EXTRA_OECONF="--enable-malloc0returnsnull --disable-install-makestrs --disable-xkb" 11EXTRA_OECONF += "--disable-install-makestrs --disable-xkb"
13 12
14do_compile() { 13do_compile() {
15 ( 14 (