aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-lib
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-10-28 11:50:40 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-11-12 15:19:31 +0000
commit7dd85f96a988b90f9aeb1fcdcd9ae855e41f26d5 (patch)
treed6ff765f27f334337afde203643afb1cd4bf9fd2 /packages/xorg-lib
parent78aea95c4966bdb65f0a2f499ea971bc3d0e9042 (diff)
downloadopenembedded-7dd85f96a988b90f9aeb1fcdcd9ae855e41f26d5.tar.gz
diet-x11_1.1.5.bb : new version for X11R7.4
Diffstat (limited to 'packages/xorg-lib')
-rw-r--r--packages/xorg-lib/diet-x11_1.1.5.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/xorg-lib/diet-x11_1.1.5.bb b/packages/xorg-lib/diet-x11_1.1.5.bb
new file mode 100644
index 0000000000..19a9efecbf
--- /dev/null
+++ b/packages/xorg-lib/diet-x11_1.1.5.bb
@@ -0,0 +1,10 @@
+require libx11_${PV}.bb
+
+SRC_URI += "file://X18NCMSstubs.diff;patch=1 \
+ file://fix-disable-xlocale.diff;patch=1 \
+ file://fix-utf8-wrong-define.patch;patch=1"
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11"
+
+EXTRA_OECONF += "--disable-udc --disable-xcms --disable-xlocale --disable-xkb"
+CFLAGS += "-D_GNU_SOURCE"