summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-lib/diet-x11_1.1.4.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-28 15:35:03 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-28 15:35:03 +0000
commit8e3e46639f903a527ce52310bc91b46c65f0e580 (patch)
treeb918a7814b8d5e8f584bdafcafccd58c131d5354 /meta/packages/xorg-lib/diet-x11_1.1.4.bb
parentc81efe4382dca04e93dbddf4869cd83c532332d6 (diff)
downloadpoky-8e3e46639f903a527ce52310bc91b46c65f0e580.tar.gz
libx11: upgraded to 1.1.4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4143 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib/diet-x11_1.1.4.bb')
-rw-r--r--meta/packages/xorg-lib/diet-x11_1.1.4.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/diet-x11_1.1.4.bb b/meta/packages/xorg-lib/diet-x11_1.1.4.bb
new file mode 100644
index 0000000000..19a9efecbf
--- /dev/null
+++ b/meta/packages/xorg-lib/diet-x11_1.1.4.bb
@@ -0,0 +1,10 @@
1require libx11_${PV}.bb
2
3SRC_URI += "file://X18NCMSstubs.diff;patch=1 \
4 file://fix-disable-xlocale.diff;patch=1 \
5 file://fix-utf8-wrong-define.patch;patch=1"
6
7FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11"
8
9EXTRA_OECONF += "--disable-udc --disable-xcms --disable-xlocale --disable-xkb"
10CFLAGS += "-D_GNU_SOURCE"