Implement Xdbe-based double-buffering
This commit is contained in:
parent
8fdba7494f
commit
94771d0588
2 changed files with 13 additions and 39 deletions
|
@ -12,7 +12,7 @@ X11LIB = /usr/X11R6/lib
|
|||
|
||||
# includes and libs
|
||||
INCS = -I. -I/usr/include -I${X11INC}
|
||||
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil
|
||||
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext
|
||||
|
||||
# flags
|
||||
CPPFLAGS = -DVERSION=\"${VERSION}\"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue