aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-lib/diet-x11_1.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/xorg-lib/diet-x11_1.1.1.bb')
-rw-r--r--packages/xorg-lib/diet-x11_1.1.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/xorg-lib/diet-x11_1.1.1.bb b/packages/xorg-lib/diet-x11_1.1.1.bb
new file mode 100644
index 0000000000..8dc3174a16
--- /dev/null
+++ b/packages/xorg-lib/diet-x11_1.1.1.bb
@@ -0,0 +1,11 @@
+SECTION = "x11/base"
+require libx11_${PV}.bb
+
+EXTRA_OECONF += "--disable-udc --enable-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 \
+ file://xim.patch;patch=1 \
+ file://xchar2b.patch;patch=1"