diff options
Diffstat (limited to 'recipes/xorg-lib/libx11_1.1.4.bb')
-rw-r--r-- | recipes/xorg-lib/libx11_1.1.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-lib/libx11_1.1.4.bb b/recipes/xorg-lib/libx11_1.1.4.bb index 1b3c0d956d..6949a3f2fa 100644 --- a/recipes/xorg-lib/libx11_1.1.4.bb +++ b/recipes/xorg-lib/libx11_1.1.4.bb @@ -9,8 +9,8 @@ PR = "r3" XORG_PN = "libX11" -SRC_URI += "file://x11_disable_makekeys.patch;apply=yes \ - file://include_fix.patch;apply=yes" +SRC_URI += "file://x11_disable_makekeys.patch \ + file://include_fix.patch" EXTRA_OECONF += "--without-xcb --with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h" |