diff options
Diffstat (limited to 'recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb')
-rw-r--r-- | recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb b/recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb index 202fd9f10b..1e0a46df4f 100644 --- a/recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb +++ b/recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb @@ -6,11 +6,11 @@ RDEPENDS += "hal" PE = "2" PR = "${INC_PR}.1" -SRC_URI += "file://sysroot_fix.patch;patch=1 \ - file://dolt-fix.patch;patch=1" +SRC_URI += "file://sysroot_fix.patch;apply=yes \ + file://dolt-fix.patch;apply=yes" # This requires support in pixman, which the default one doesn't have -SRC_URI_append_angstrom = " file://hack-assume-pixman-supports-overlapped-blt.patch;patch=1" +SRC_URI_append_angstrom = " file://hack-assume-pixman-supports-overlapped-blt.patch;apply=yes" MESA_VER = "7.2" |