diff options
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg_1.4.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg_1.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg_1.4.bb b/recipes/xorg-xserver/xserver-xorg_1.4.bb index 8d0fa884be..0203996e85 100644 --- a/recipes/xorg-xserver/xserver-xorg_1.4.bb +++ b/recipes/xorg-xserver/xserver-xorg_1.4.bb @@ -6,9 +6,9 @@ RDEPENDS += "hal" PE = "1" PR = "${INC_PR}.0" -SRC_URI += "file://drmfix.patch;patch=1 \ - file://pkgconfig_fix.patch;patch=1 \ - file://sysroot_fix.patch;patch=1" +SRC_URI += "file://drmfix.patch;apply=yes \ + file://pkgconfig_fix.patch;apply=yes \ + file://sysroot_fix.patch;apply=yes" MESA_VER = "7.0.2" |