summaryrefslogtreecommitdiffstats
path: root/src/glx/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/SConscript')
-rw-r--r--src/glx/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript
index fc8ad771b1c..5e9d1ca56d3 100644
--- a/src/glx/SConscript
+++ b/src/glx/SConscript
@@ -24,6 +24,7 @@ env.Prepend(LIBS = [
])
env.PkgUseModules('X11')
+env.PkgUseModules('XCB')
env.PkgUseModules('DRM')
if env['HAVE_XF86VIDMODE']:
@@ -35,8 +36,10 @@ if False: # XXX: SHARED_GLAPI
sources = [
'clientattrib.c',
+ 'create_context.c',
'compsize.c',
'eval.c',
+ 'glx_error.c',
'glxconfig.c',
'glxcmds.c',
'glxcurrent.c',