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