From: Konrad Rzeszutek Wilk Date: Wed, 9 Feb 2011 20:26:58 +0000 (-0500) Subject: directfb: We only want the /dev/fb driver and no tests anymore. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a904add9eb6d4f5ee3a271d3e27cfcb79487fb5e;p=xentesttools%2Fbootstrap.git directfb: We only want the /dev/fb driver and no tests anymore. --- diff --git a/root_image/Makefile b/root_image/Makefile index efc3840..448616d 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -676,11 +676,9 @@ endif directfb-install: userspace-prep $(call RPM_TO_USERSPACE,./usr$(LIBSDIR)/libjpeg.*so*,$(RPM_DIR)/jpeg) $(call RPM_TO_USERSPACE,./usr$(LIBSDIR)/libfreetype.*so*,$(RPM_DIR)/freetype) - if ! [ -e directfb/config.h ]; then (cd directfb;./configure --prefix=/usr --disable-sysfs --disable-osx --disable-x11 --with-gfxdrivers="i830,matrox,nvidia,radeon" --with-inputdrivers="keyboard,linuxinput,ps2mouse,serialmouse" );fi + if ! [ -e directfb/config.h ]; then (cd directfb;./configure --prefix=/usr --disable-sysfs --disable-osx --disable-x11 --with-gfxdrivers="none" --with-inputdrivers="keyboard,linuxinput,ps2mouse,serialmouse" );fi $(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C directfb - $(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C directfb/tests $(MAKE) $(MFLAGS) DESTDIR=$(CURDIR)/userspace -j$$(($(NCPUS) * 2)) -C directfb install - $(MAKE) $(MFLAGS) DESTDIR=$(CURDIR)/userspace -j$$(($(NCPUS) * 2)) -C directfb/tests install $(INSTALL_DATA) directfb/decker.ttf userspace/usr/share/dire*/ # Don't need to worry about header files - they get pruned later, but must