blob: b58c45026ca130209e9b3bf3c19d707cef508f08 (
plain)
1
2
3
4
5
6
7
8
9
10
|
SECTION = "x11/base"
require libx11_${PV}.bb
EXTRA_OECONF = "--disable-xcms --disable-xlocale --disable-xkb"
CFLAGS += "-D_GNU_SOURCE"
SRC_URI += "file://fix-utf8-wrong-define.patch;patch=1 \
file://xim.patch;patch=1"
|