FLTK: Disable XDBE, as it's generally slower than using pixmaps (because with a pixmap we can do partial copies)

pull/3/head
Jonathan Moore Liles 2012-03-13 18:46:12 -07:00
parent ca3076d2ec
commit ced664baf2
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ $(OBJS): fltk/config.h $(SRCS)
@ echo Building FLTK
cd fltk && make
fltk/config.h:
fltk/config.h: Makefile
@ echo Configuring FLTK
cd fltk && ./configure --prefix=/dev/null --disable-shared --disable-gl --enable-threads --enable-xft --enable-xdbe --enable-xinerama
cd fltk && ./configure --prefix=/dev/null --disable-shared --disable-gl --enable-threads --enable-xft --disable-xdbe --enable-xinerama
config: $(OBJS)