blob: 776d1fb99a85e1cd5f5eed30f7ec4421f41e54db (
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"
PE = "1"
# 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"
|