summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gallium/state_trackers/egl/SConscript6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/egl/SConscript b/src/gallium/state_trackers/egl/SConscript
index 68c77250f90..2f7ac7e58db 100644
--- a/src/gallium/state_trackers/egl/SConscript
+++ b/src/gallium/state_trackers/egl/SConscript
@@ -36,11 +36,13 @@ else:
'x11/native_x11.c',
'x11/native_dri2.c',
'x11/native_ximage.c',
- 'x11/x11_screen.c',
'x11/glxinit.c'])
if env['drm']:
env.Append(CPPDEFINES = ['GLX_DIRECT_RENDERING'])
- sources.append(['#/src/glx/dri2.c'])
+ sources.append([
+ '#/src/glx/dri2.c',
+ 'x11/x11_screen.c',
+ ])
if env['drm'] and False:
# XXX: Disabled as it depends on gbm, which is not yet built with scons
env.Append(CPPDEFINES = ['HAVE_DRM_BACKEND'])