Skip to content

Commit

Permalink
Added x11 to required libs
Browse files Browse the repository at this point in the history
  • Loading branch information
zekesulastin committed May 13, 2012
1 parent 1d4b446 commit 18df92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -17,7 +17,7 @@

env = Environment(CXXFLAGS=["-g", "-Wall", "-Werror"],
LIBS=["expat"])
env.ParseConfig('pkg-config --cflags --libs gtkmm-2.4 sigc++-2.0')
env.ParseConfig('pkg-config --cflags --libs gtkmm-2.4 sigc++-2.0 x11')
env.Program('jstest-gtk', [
'src/axis_widget.cpp',
'src/button_widget.cpp',
Expand Down

0 comments on commit 18df92e

Please sign in to comment.