summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb
index b0134989ae..1469bc1dfa 100644
--- a/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb
@@ -5,12 +5,13 @@ DESCRIPTION += " Support for XCB, and XCMS is disabled in this version."
5LICENSE = "MIT & MIT-style & BSD" 5LICENSE = "MIT & MIT-style & BSD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5" 6LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5"
7 7
8PR = "r0" 8PR = "r1"
9 9
10DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native" 10DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
11 11
12SRC_URI += "file://../libx11-${PV}/x11_disable_makekeys.patch \ 12SRC_URI += "file://../libx11-${PV}/x11_disable_makekeys.patch \
13 file://../libx11-${PV}/include_fix.patch \ 13 file://../libx11-${PV}/include_fix.patch \
14 file://../libx11-${PV}/nodolt.patch" 14 file://../libx11-${PV}/nodolt.patch \
15 file://../libx11-${PV}/makekeys_crosscompile.patch"
15 16
16EXTRA_OECONF += "--disable-xcms --with-xcb" 17EXTRA_OECONF += "--disable-xcms --with-xcb"