summaryrefslogtreecommitdiff
path: root/meta/packages/xorg-lib/libx11-diet_1.1.5.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-09-29 19:22:21 +0000
committerRichard Purdie <richard@openedhand.com>2008-09-29 19:22:21 +0000
commit3081d60d5a9f8accf016bd43f0ef13dffa9a519b (patch)
treeec015addd2f39581f0e5a7de3b5ded785952f4cf /meta/packages/xorg-lib/libx11-diet_1.1.5.bb
parentef3ef90918f63f7f92229e5de97573dcc78d515c (diff)
downloadopenembedded-core-3081d60d5a9f8accf016bd43f0ef13dffa9a519b.tar.gz
openembedded-core-3081d60d5a9f8accf016bd43f0ef13dffa9a519b.tar.bz2
openembedded-core-3081d60d5a9f8accf016bd43f0ef13dffa9a519b.tar.xz
openembedded-core-3081d60d5a9f8accf016bd43f0ef13dffa9a519b.zip
libx11: Upgrade to 1.1.5, rename diet-x11 to libx11-diet for consistent naming. Create common .inc file for diet,trim and full-fat version versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5320 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib/libx11-diet_1.1.5.bb')
-rw-r--r--meta/packages/xorg-lib/libx11-diet_1.1.5.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libx11-diet_1.1.5.bb b/meta/packages/xorg-lib/libx11-diet_1.1.5.bb
new file mode 100644
index 000000000..0830a4455
--- /dev/null
+++ b/meta/packages/xorg-lib/libx11-diet_1.1.5.bb
@@ -0,0 +1,18 @@
+require libx11_${PV}.bb
+
+PE = "1"
+PR = "r0"
+
+SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
+ file://include_fix.patch;patch=1 \
+ file://X18NCMSstubs.diff;patch=1 \
+ file://fix-disable-xlocale.diff;patch=1 \
+ file://fix-utf8-wrong-define.patch;patch=1"
+
+DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
+ libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11"
+
+EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale --disable-xkb"
+CFLAGS += "-D_GNU_SOURCE"