diff options
-rw-r--r-- | packages/xorg-app/xset_X11R7.0-1.0.1.bb | 2 | ||||
-rw-r--r-- | packages/xorg-app/xset_X11R7.1-1.0.2.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/packages/xorg-app/xset_X11R7.0-1.0.1.bb b/packages/xorg-app/xset_X11R7.0-1.0.1.bb index 0cca2cd0c3..c8424cb12d 100644 --- a/packages/xorg-app/xset_X11R7.0-1.0.1.bb +++ b/packages/xorg-app/xset_X11R7.0-1.0.1.bb @@ -6,6 +6,8 @@ LICENSE = "MIT" DEPENDS += " libxmu libxext libx11 libxxf86misc libxfontcache libxp" +SRC_URI += "file://disable-xkb.patch;patch=1" + CFLAGS += "-D_GNU_SOURCE" EXTRA_OECONF = "--disable-xkb" diff --git a/packages/xorg-app/xset_X11R7.1-1.0.2.bb b/packages/xorg-app/xset_X11R7.1-1.0.2.bb index 0cca2cd0c3..c8424cb12d 100644 --- a/packages/xorg-app/xset_X11R7.1-1.0.2.bb +++ b/packages/xorg-app/xset_X11R7.1-1.0.2.bb @@ -6,6 +6,8 @@ LICENSE = "MIT" DEPENDS += " libxmu libxext libx11 libxxf86misc libxfontcache libxp" +SRC_URI += "file://disable-xkb.patch;patch=1" + CFLAGS += "-D_GNU_SOURCE" EXTRA_OECONF = "--disable-xkb" |