diff options
Diffstat (limited to 'recipes/xorg-xserver/xserver-kdrive_1.2.0.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-kdrive_1.2.0.bb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive_1.2.0.bb b/recipes/xorg-xserver/xserver-kdrive_1.2.0.bb index 0f85ff5d89..4d7e2a763a 100644 --- a/recipes/xorg-xserver/xserver-kdrive_1.2.0.bb +++ b/recipes/xorg-xserver/xserver-kdrive_1.2.0.bb @@ -7,18 +7,18 @@ PR = "r11" SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ ${KDRIVE_COMMON_PATCHES} \ - file://enable-epson.patch;patch=1 \ - file://enable-builtin-fonts.patch;patch=1 \ - file://kdrive-evdev.patch;patch=1 \ - file://kdrive-use-evdev.patch;patch=1 \ - file://disable-xf86-dga-xorgcfg.patch;patch=1 \ - file://enable-xcalibrate.patch;patch=1 \ - file://w100.patch;patch=1 \ - file://w100-autofoo.patch;patch=1 \ - file://w100-fix-offscreen-bmp.patch;patch=1 \ - file://fbcompositesrc8888revnpx0565.patch;patch=1 \ - file://xcalibrate_coords.patch;patch=1 \ - file://report-correct-randr10.patch;patch=1 \ + file://enable-epson.patch;apply=yes \ + file://enable-builtin-fonts.patch;apply=yes \ + file://kdrive-evdev.patch;apply=yes \ + file://kdrive-use-evdev.patch;apply=yes \ + file://disable-xf86-dga-xorgcfg.patch;apply=yes \ + file://enable-xcalibrate.patch;apply=yes \ + file://w100.patch;apply=yes \ + file://w100-autofoo.patch;apply=yes \ + file://w100-fix-offscreen-bmp.patch;apply=yes \ + file://fbcompositesrc8888revnpx0565.patch;apply=yes \ + file://xcalibrate_coords.patch;apply=yes \ + file://report-correct-randr10.patch;apply=yes \ " S = "${WORKDIR}/xorg-server-${PV}" |