aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-app/xset_X11R7.1-1.0.2.bb
blob: d2b6d37b9000f00ac5d9c1261b7ddacb501702b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require xorg-app-common.inc

DESCRIPTION = "user preference utility for X"
LICENSE = "MIT"

# Remove libraries that are not hard depends
DEPENDS += " libxext virtual/libx11 libxxf86misc libxfontcache"

SRC_URI += "file://disable-xkb.patch;patch=1"

CFLAGS += "-D_GNU_SOURCE"
EXTRA_OECONF = "--disable-xkb"