diff options
Diffstat (limited to 'recipes/xorg-app/xset_1.0.4.bb')
-rw-r--r-- | recipes/xorg-app/xset_1.0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-app/xset_1.0.4.bb b/recipes/xorg-app/xset_1.0.4.bb index adb1a4a54f..0fd7a71155 100644 --- a/recipes/xorg-app/xset_1.0.4.bb +++ b/recipes/xorg-app/xset_1.0.4.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" PE = "1" -SRC_URI += "file://disable-xkb.patch;patch=1" +SRC_URI += "file://disable-xkb.patch;apply=yes" CFLAGS += "-D_GNU_SOURCE" EXTRA_OECONF = "--disable-xkb" |