Skip to content

Commit

Permalink
Removed accidental gtkglextmm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Ruhnke committed May 25, 2009
1 parent e804219 commit 01911a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

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

0 comments on commit 01911a4

Please sign in to comment.