diff options
Diffstat (limited to 'packages/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb')
-rw-r--r-- | packages/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb b/packages/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb index 704bb27d84..051221e0ac 100644 --- a/packages/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb +++ b/packages/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb @@ -1,13 +1,13 @@ require xserver-kdrive-common.inc DESCRIPTION = "X server for ATI Imageon 100 Cards from freedesktop.org" -COMPATIBLE_MACHINE = "c7x0" +#COMPATIBLE_MACHINE = "c7x0" DEPENDS += "libxkbfile libxcalibrate" PROVIDES = "virtual/xserver" PE = "1" -PR = "r0" +PR = "r1" FILESPATH = "${FILE_DIRNAME}/xserver-kdrive-1.2.0:${FILE_DIRNAME}/xserver-kdrive" SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ @@ -16,6 +16,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ file://fbcompositesrc8888revnpx0565.patch;patch=1 \ file://kdrive-vidmemarea.patch;patch=1 \ file://kdrive-imageon.patch;patch=1 \ + file://xcalibrate_coords.patch;patch=1 \ " S = "${WORKDIR}/xorg-server-${PV}" |