aboutsummaryrefslogtreecommitdiff
path: root/samples/OpenGL/x11argb_opengl/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2016-08-02 16:39:18 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2016-08-02 16:39:18 +0200
commit5f280e26b131fd5f2b569ce0ff48a2b9cfa9b128 (patch)
tree4fe74ee7bd34eb21f40ef803310cbe08470a85d3 /samples/OpenGL/x11argb_opengl/Makefile
parentff5c0c58953aa679b2b794906428f8a7cd2b2696 (diff)
downloadcodesamples-5f280e26b131fd5f2b569ce0ff48a2b9cfa9b128.tar.gz
codesamples-5f280e26b131fd5f2b569ce0ff48a2b9cfa9b128.tar.bz2
xcb
Diffstat (limited to 'samples/OpenGL/x11argb_opengl/Makefile')
-rw-r--r--samples/OpenGL/x11argb_opengl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OpenGL/x11argb_opengl/Makefile b/samples/OpenGL/x11argb_opengl/Makefile
index abafd5c..5b35c1b 100644
--- a/samples/OpenGL/x11argb_opengl/Makefile
+++ b/samples/OpenGL/x11argb_opengl/Makefile
@@ -1,3 +1,3 @@
x11argb_opengl: x11argb_opengl.c Makefile
- $(CC) -std=c99 -g3 -o x11argb_opengl -DUSE_GLX_CREATE_CONTEXT_ATTRIB=1 x11argb_opengl.c -lX11 -lXrender -lGL -lm
+ $(CC) -std=c99 -g3 -o x11argb_opengl -DUSE_GLX_CREATE_CONTEXT_ATTRIB=1 -DUSE_GLX_CREATE_WINDOW=1 x11argb_opengl.c -lX11 -lXrender -lGL -lm