diff options
Diffstat (limited to 'recipes/xorg-xserver/xserver-kdrive/onlyfb.patch')
-rw-r--r-- | recipes/xorg-xserver/xserver-kdrive/onlyfb.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive/onlyfb.patch b/recipes/xorg-xserver/xserver-kdrive/onlyfb.patch new file mode 100644 index 0000000000..e773324981 --- /dev/null +++ b/recipes/xorg-xserver/xserver-kdrive/onlyfb.patch @@ -0,0 +1,21 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- xserver/hw/kdrive/Makefile.am~onlyfb ++++ xserver/hw/kdrive/Makefile.am +@@ -17,12 +17,4 @@ + SUBDIRS = \ + src \ + linux \ +- $(XSDL_SUBDIRS) \ +- $(FBDEV_SUBDIRS) \ +- $(VESA_SUBDIRS) \ +- $(XEPHYR_SUBDIRS) \ +- ati \ +- fake \ +- ephyr \ +- i810 \ +- epson ++ $(FBDEV_SUBDIRS) |