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