summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/SConscript b/Source/Plugins/Plugin_VideoOGL/Src/SConscript
index 0dac6be092..70baea5684 100644
--- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript
+++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript
@@ -54,9 +54,10 @@ else:
# instead if you like, by changing the line below.
useSDL = False
gfxenv.ParseConfig("pkg-config x11 --cflags --libs")
+ gfxenv.ParseConfig("pkg-config xxf86vm --cflags --libs")
# Libraries without pkg-config support.
- libs += [ 'GL', 'Cg', 'CgGL', 'X11' ]
+ libs += [ 'GL', 'Cg', 'CgGL' ]
if useSDL:
compileFlags += [ '-DUSE_SDL=1' ]