blob: 00855f21f1e7783eda0edefde252a93ef395690d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require xorg-app-common.inc
DESCRIPTION = "user preference utility for X"
LICENSE = "MIT"
PR="r1"
# Remove libraries that are not hard depends
DEPENDS += " libxext virtual/libx11 libxxf86misc libxfontcache libxmu"
SRC_URI += "file://disable-xkb.patch;patch=1"
CFLAGS += "-D_GNU_SOURCE"
EXTRA_OECONF = "--disable-xkb"
|