diff options
author | Emil Velikov <[email protected]> | 2014-01-11 02:24:43 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-01-18 18:47:48 +0000 |
commit | eac776cf779b705cbfb8d41812f1d171fb09c76f (patch) | |
tree | ac9f840cce174a8c3430685065e41aa03edb811a /src/glx/SConscript | |
parent | 8c2e7fd8460750543367053b1be9368cc38e1d6a (diff) |
glx: use the loader util lib
v2
* Set logger to ErrorMessageF. Spotted by Kristian
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Rob Clark <[email protected]>
Reviewed-by: Kristian Høgsberg <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glx/SConscript')
-rw-r--r-- | src/glx/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript index 309a648cc56..cc36bf07a89 100644 --- a/src/glx/SConscript +++ b/src/glx/SConscript @@ -27,6 +27,7 @@ env.Append(CPPDEFINES = [ ]) env.Prepend(LIBS = [ + libloader, glapi ]) @@ -82,7 +83,6 @@ sources = [ 'dri2.c', 'dri2_query_renderer.c', #'dri3_glx.c', - #'dri3_common.c', 'applegl_glx.c', ] |