aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/diet-x11_1.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/diet-x11_1.1.4.bb')
-rw-r--r--recipes/xorg-lib/diet-x11_1.1.4.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/xorg-lib/diet-x11_1.1.4.bb b/recipes/xorg-lib/diet-x11_1.1.4.bb
new file mode 100644
index 0000000000..19a9efecbf
--- /dev/null
+++ b/recipes/xorg-lib/diet-x11_1.1.4.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"