summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb
index 3e046a16af..04d4a97b95 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT & MIT-style & BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5" 5LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5"
6 6
7PE = "1" 7PE = "1"
8PR = "r1" 8PR = "r3"
9 9
10SRC_URI += "file://x11_disable_makekeys.patch \ 10SRC_URI += "file://x11_disable_makekeys.patch \
11 file://nodolt.patch \ 11 file://nodolt.patch \
@@ -16,8 +16,13 @@ SRC_URI[md5sum] = "f65c9c7ecbfb64c19dbd7927160d63fd"
16SRC_URI[sha256sum] = "88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c889a844" 16SRC_URI[sha256sum] = "88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c889a844"
17 17
18DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ 18DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
19 libxdmcp xf86bigfontproto kbproto inputproto xproto-native" 19 libxdmcp xf86bigfontproto kbproto inputproto xproto-native libxcb"
20 20
21EXTRA_OECONF += "--without-xcb" 21DEPENDS_virtclass-native += "bigreqsproto-native xproto-native xextproto-native xtrans-native libxau-native xcmiscproto-native \
22 libxdmcp-native xf86bigfontproto-native kbproto-native inputproto-native xproto-native"
23
24XCB = "--with-xcb"
25XCB_virtclass-native = "--without-xcb"
26EXTRA_OECONF += "${XCB}"
22 27
23BBCLASSEXTEND = "native nativesdk" 28BBCLASSEXTEND = "native nativesdk"