surpport seeking the recorded video
[vuplus_openembedded] / recipes / xorg-app / xset_1.0.4.bb
1 require xorg-app-common.inc
2
3 DESCRIPTION = "user preference utility for X"
4 LICENSE = "MIT"
5 DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
6 PE = "1"
7
8 SRC_URI += "file://disable-xkb.patch;patch=1"
9
10 CFLAGS += "-D_GNU_SOURCE"
11 EXTRA_OECONF = "--disable-xkb"