summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11-diet_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11-diet_git.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb
deleted file mode 100644
index 4cda779813..0000000000
--- a/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1require libx11.inc
2require libx11_git.inc
3
4DESCRIPTION += " Support for XCB, UDC, XCMS and XLOCALE is disabled in \
5this version."
6
7SRC_URI += "file://X18NCMSstubs.diff \
8 file://fix-disable-xlocale.diff \
9 file://fix-utf8-wrong-define.patch"
10
11DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
12 libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
13
14SRCREV = "d23aad31338e7d869d878d5aa1b6b91d20287005"
15
16EXTRA_OECONF += "--with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h --without-xcb --disable-udc --disable-xcms --disable-xlocale"
17CFLAGS += "-D_GNU_SOURCE"