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 ??= "" |