mirror of
git://git.yoctoproject.org/poky
synced 2026-09-26 21:42:41 +00:00
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>
17 lines
384 B
BlitzBasic
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 ??= ""
|