Browse Source

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

tags/non-daw-v1.2.0
Jonathan Moore Liles 13 years ago
parent
commit
ced664baf2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lib/Makefile

+ 2
- 2
lib/Makefile 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)



Loading…
Cancel
Save