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' ]