xglcomp
diff Makefile @ 5:86e57e56a454
passing events through the overlay window
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 29 Jan 2016 10:22:58 +0200 |
parents | b2b7cb950c28 |
children |
line diff
1.1 --- a/Makefile Fri Jan 22 22:33:34 2016 +0200 1.2 +++ b/Makefile Fri Jan 29 10:22:58 2016 +0200 1.3 @@ -13,7 +13,7 @@ 1.4 1.5 CFLAGS = $(warn) $(dbg) $(opt) $(incpaths) 1.6 CXXFLAGS = -std=c++11 $(warn) $(dbg) $(opt) $(incpaths) 1.7 -LDFLAGS = -lGL -lGLEW -lX11 -lXext -lXcomposite -lXdamage -lm -lpthread 1.8 +LDFLAGS = -lGL -lGLEW -lX11 -lXext -lXcomposite -lXdamage -lXfixes -lm -lpthread 1.9 1.10 $(bin): $(obj) 1.11 $(CXX) -o $@ $(obj) $(LDFLAGS)