aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/diet-x11_1.1.4.bb
blob: 19a9efecbf8f566bae8fac89313ee40461579ab1 (plain)
1
2
3
4
5
6
7
8
9
10
require libx11_${PV}.bb

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

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

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