From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- .../xorg-xserver/xserver-kdrive-imageon_1.2.0.bb | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb (limited to 'recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb') diff --git a/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb b/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb new file mode 100644 index 0000000000..3a042db0d1 --- /dev/null +++ b/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb @@ -0,0 +1,30 @@ +require xserver-kdrive-common.inc +DESCRIPTION = "X server for ATI Imageon 100 Cards from freedesktop.org" +COMPATIBLE_MACHINE = "c7x0" + +DEPENDS += "libxkbfile libxcalibrate" + +PROVIDES = "virtual/xserver" + +PE = "1" +PR = "r6" + +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 \ + " + +S = "${WORKDIR}/xorg-server-${PV}" + +EXTRA_OECONF += "--enable-imageon" + -- cgit 1.2.3-korg