summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-21 00:55:52 +0200
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit5eb8b5c3a1566aef638e9d9df03b88d320735092 (patch)
treeeb33df0144e1784efcf5d46e0dca9e19f6bff8b8 /wscript
parentca3393a75c1685d1615ff678b58bd3b75fe79cd2 (diff)
Barely-functioning GL playback with new arrangement.
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index 9f45778e9..fe1431316 100644
--- a/wscript
+++ b/wscript
@@ -444,6 +444,9 @@ def configure(conf):
conf.env['CXXFLAGS_AVCODEC'] = []
conf.env['CXXFLAGS_AVUTIL'] = []
+ if conf.env.TARGET_LINUX:
+ conf.env.LIB_X11 = ['X11']
+
# Boost
if conf.options.static_boost:
conf.env.STLIB_BOOST_THREAD = ['boost_thread']