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