summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-lib/libx11-diet_1.1.5.bb
blob: 0830a4455461b60aafb39e7444c6569f19c367aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require libx11_${PV}.bb

PE = "1"
PR = "r0"

SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
            file://include_fix.patch;patch=1 \
            file://X18NCMSstubs.diff;patch=1 \
            file://fix-disable-xlocale.diff;patch=1 \
            file://fix-utf8-wrong-define.patch;patch=1"

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

FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11"

EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale --disable-xkb"
CFLAGS += "-D_GNU_SOURCE"