summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-lib/libx11_1.2.1.bb
blob: 62b3c9dfe481ea1e6d2d992294f956970f17863b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require libx11.inc

PE = "1"
PR = "r1"

SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
            file://nodolt.patch;patch=1 \
            file://include_fix.patch;patch=1"

DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
            libxdmcp xf86bigfontproto kbproto inputproto xproto-native"

EXTRA_OECONF += "--without-xcb"

BBCLASSEXTEND = "native nativesdk"