poky/meta/recipes-graphics/xorg-lib/libx11-diet_1.6.7.bb
Armin Kuster 7862ee1689 libx11: move hashes to inc
This should help keep libx11 and libx11-diet in sync
by throwing an error when building

(From OE-Core rev: 5d5434e77c60faa78f15c99714e34221d154617b)

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-11-20 10:32:16 +00:00

17 lines
384 B
BlitzBasic

require libx11.inc
DESCRIPTION += " Support for XCMS and XLOCALE is disabled in \
this version."
SRC_URI += "file://X18NCMSstubs.patch \
file://fix-disable-xlocale.patch \
file://fix-utf8-wrong-define.patch \
"
RPROVIDES_${PN}-dev = "libx11-dev"
RPROVIDES_${PN}-locale = "libx11-locale"
EXTRA_OECONF += "--disable-xlocale"
PACKAGECONFIG ??= ""