summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb
new file mode 100644
index 0000000000..89c45974f3
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb
@@ -0,0 +1,22 @@
1require libx11.inc
2
3DESCRIPTION += " Support for XCMS is disabled in this version."
4
5LICENSE = "MIT & MIT-style & BSD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
7
8PR = "r0"
9
10DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
11
12SRC_URI += "file://x11_disable_makekeys.patch \
13 file://keysymdef_include.patch \
14 file://makekeys_crosscompile.patch"
15
16RPROVIDES_${PN}-dev = "libx11-dev"
17RPROVIDES_${PN}-locale = "libx11-locale"
18
19SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6"
20SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86"
21
22EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xcms "