diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-07-20 22:46:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-07-20 22:46:15 +0000 |
commit | 275d95c887a4494172555a0e18969c1ef6ab911a (patch) | |
tree | 8ebd9a3d761b1e929b61ce640bda6beb4545dfd5 /package/xorg/xorg-noxf86cfg.patch | |
parent | 7f408ff90ffe0d338c9fcfeab36d18e2c8c33a33 (diff) | |
download | buildroot-novena-275d95c887a4494172555a0e18969c1ef6ab911a.tar.gz buildroot-novena-275d95c887a4494172555a0e18969c1ef6ab911a.zip |
fix build and add some basic setup so it can run
Diffstat (limited to 'package/xorg/xorg-noxf86cfg.patch')
-rw-r--r-- | package/xorg/xorg-noxf86cfg.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/xorg/xorg-noxf86cfg.patch b/package/xorg/xorg-noxf86cfg.patch new file mode 100644 index 000000000..37828e480 --- /dev/null +++ b/package/xorg/xorg-noxf86cfg.patch @@ -0,0 +1,13 @@ +--- xc/programs/Xserver/hw/xfree86/Imakefile.orig 2006-07-20 12:51:58.000000000 -0600 ++++ xc/programs/Xserver/hw/xfree86/Imakefile 2006-07-20 12:52:04.000000000 -0600 +@@ -84,10 +84,6 @@ + DRIVERSDK = sdk + #endif + +-#if !BuildServersOnly || BuildXFree86ConfigTools +-XF86CFGDIRS = xf86cfg xf86config +-#endif +- + SUBDIRS = os-support common $(I2CDIR) $(XAADIR) $(XF1BPPDIR) $(XF4BPPDIR) \ + $(XF8_32BPPDIR) $(XF8_16BPPDIR) $(XF24_32BPPDIR) $(SHADOWFBDIR) \ + drivers $(LOADERDIR) $(VGAHWDIR) $(FBDEVHWDIR) $(RAMDACDIR) \ |