diff options
Diffstat (limited to 'recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb b/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb index 0fb56022d4..0c4c73eb04 100644 --- a/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb +++ b/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb @@ -12,18 +12,18 @@ PR = "r8" FILESPATH = "${FILE_DIRNAME}/xserver-kdrive-${PV}:${FILE_DIRNAME}/xserver-kdrive:${FILE_DIRNAME}/files" SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ ${KDRIVE_COMMON_PATCHES} \ - 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://fbcompositesrc8888revnpx0565.patch;patch=1 \ - file://kdrive-vidmemarea.patch;patch=1 \ - file://kdrive-imageon.patch;patch=1 \ - file://xcalibrate_coords.patch;patch=1 \ - file://enable-builtin-fonts.patch;patch=1 \ - file://fix-picturestr-include-order.patch;patch=1 \ - file://split_multiple_AC_SUBST.patch;patch=1 \ - file://report-correct-randr10.patch;patch=1 \ + 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://fbcompositesrc8888revnpx0565.patch;apply=yes \ + file://kdrive-vidmemarea.patch;apply=yes \ + file://kdrive-imageon.patch;apply=yes \ + file://xcalibrate_coords.patch;apply=yes \ + file://enable-builtin-fonts.patch;apply=yes \ + file://fix-picturestr-include-order.patch;apply=yes \ + file://split_multiple_AC_SUBST.patch;apply=yes \ + file://report-correct-randr10.patch;apply=yes \ " S = "${WORKDIR}/xorg-server-${PV}" |