blob: 190217d38702e6f9f326687e775b713a7235ac47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require libx11.inc
LICENSE = "MIT & MIT-style & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5"
PR = "r0"
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
SRC_URI += "file://../libx11-${PV}/x11_disable_makekeys.patch \
file://../libx11-${PV}/include_fix.patch \
file://../libx11-${PV}/nodolt.patch"
EXTRA_OECONF += "--disable-xcms --with-xcb"
|