diff options
Diffstat (limited to 'recipes/xorg-lib/libx11_1.3.3.bb')
-rw-r--r-- | recipes/xorg-lib/libx11_1.3.3.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xorg-lib/libx11_1.3.3.bb b/recipes/xorg-lib/libx11_1.3.3.bb index cde27208e7..f20d7be809 100644 --- a/recipes/xorg-lib/libx11_1.3.3.bb +++ b/recipes/xorg-lib/libx11_1.3.3.bb @@ -9,9 +9,9 @@ PR = "r7" XORG_PN = "libX11" -SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \ - file://dolt-fix.patch;patch=1 \ - ${@['file://keysymdef_include.patch;patch=1', ''][(bb.data.inherits_class('native', d))]} \ +SRC_URI += "file://x11_disable_makekeys.patch;apply=yes \ + file://dolt-fix.patch;apply=yes \ + ${@['file://keysymdef_include.patch;apply=yes', ''][(bb.data.inherits_class('native', d))]} \ " # --with-keysymdef has intentionally no effect in native build without without keysymdef_include.patch |