xserver-kdrive-git: add enable-epson.patch for git
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 8 Sep 2007 21:26:32 +0000 (21:26 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 8 Sep 2007 21:26:32 +0000 (21:26 +0000)
packages/xorg-xserver/xserver-kdrive-git/enable-epson.patch [new file with mode: 0644]
packages/xorg-xserver/xserver-kdrive_git.bb

diff --git a/packages/xorg-xserver/xserver-kdrive-git/enable-epson.patch b/packages/xorg-xserver/xserver-kdrive-git/enable-epson.patch
new file mode 100644 (file)
index 0000000..23988cb
--- /dev/null
@@ -0,0 +1,17 @@
+Index: git/hw/kdrive/Makefile.am
+===================================================================
+--- git.orig/hw/kdrive/Makefile.am     2007-09-08 23:24:21.000000000 +0200
++++ git/hw/kdrive/Makefile.am  2007-09-08 23:24:31.000000000 +0200
+@@ -1,10 +1,10 @@
+ if KDRIVEVESA
+-VESA_SUBDIRS = vesa ati chips epson i810 mach64 mga nvidia pm2 r128 \
++VESA_SUBDIRS = vesa ati chips i810 mach64 mga nvidia pm2 r128 \
+                smi via
+ endif
+ if BUILD_KDRIVEFBDEVLIB
+-FBDEV_SUBDIRS = fbdev
++FBDEV_SUBDIRS = fbdev epson
+ endif
+ if XFAKESERVER
index 01f59c9..9bc2c95 100644 (file)
@@ -10,7 +10,8 @@ PE = "1"
 FILESPATH = "${FILE_DIRNAME}/xserver-kdrive-git:${FILE_DIRNAME}/xserver-kdrive"
 SRC_URI = "git://anongit.freedesktop.org/xorg/xserver;protocol=git \
        ${KDRIVE_COMMON_PATCHES} \
-        file://fix_default_mode.patch;patch=1 \
+       file://enable-epson.patch;patch=1 \
+       file://fix_default_mode.patch;patch=1 \
        file://enable-xcalibrate.patch;patch=1 \
        file://hide-cursor-and-ppm-root.patch;patch=1 \
        file://xcalibrate_coords.patch;patch=1 \