summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11-diet_1.6.8.bb
blob: 9c773a09dd8dcfe9f0b39f956224a498972db604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 ??= ""