diff options
author | Jose Fonseca <[email protected]> | 2016-04-20 12:41:24 +0100 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2016-04-20 12:41:24 +0100 |
commit | f02f4d09cebe6a5f73331e75e0484865f605e108 (patch) | |
tree | ca4255310eb398e0bf7586074132595dba09a0ec /src/glx | |
parent | 4fa3d35cc52bc49fd0e2c3e7976d428885bc94ba (diff) |
scons: Build dri_common_interop.c.
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript index 619e4c373ed..3bb846094ca 100644 --- a/src/glx/SConscript +++ b/src/glx/SConscript @@ -83,6 +83,7 @@ sources = [ 'dri2_glx.c', 'dri2.c', 'dri_common_query_renderer.c', + 'dri_common_interop.c', #'dri3_glx.c', 'applegl_glx.c', ] |