summaryrefslogtreecommitdiff
path: root/packages/xlibs/diet-x11_X11R7.1-1.0.1.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-06-10 15:15:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-10 15:15:49 +0000
commit2da9c36b509afda1e4a421d8805ffe41c9eb5539 (patch)
treeaff716881c271799c7931df8364e06b18d3508fd /packages/xlibs/diet-x11_X11R7.1-1.0.1.bb
parent7b5146db076218b7180208d6f6d1a500b8e10bc6 (diff)
xlibs: add X11R7.1 release
Diffstat (limited to 'packages/xlibs/diet-x11_X11R7.1-1.0.1.bb')
-rw-r--r--packages/xlibs/diet-x11_X11R7.1-1.0.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/xlibs/diet-x11_X11R7.1-1.0.1.bb b/packages/xlibs/diet-x11_X11R7.1-1.0.1.bb
new file mode 100644
index 0000000000..747c525535
--- /dev/null
+++ b/packages/xlibs/diet-x11_X11R7.1-1.0.1.bb
@@ -0,0 +1,11 @@
+SECTION = "x11/base"
+include libx11_${PV}.bb
+
+PROVIDES += "libx11"
+
+EXTRA_OECONF += "--disable-udc --disable-xcms --disable-xlocale --disable-xkb"
+CFLAGS += "-D_GNU_SOURCE"
+
+SRC_URI += "file://X18NCMSstubs.diff;patch=1 \
+ file://fix-disable-xlocale.diff;patch=1 \
+ file://fix-utf8-wrong-define.patch;patch=1"