Skip to content

Commit

Permalink
wscript: add x11 as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Apr 5, 2018
1 parent 1d41c18 commit 9f1d574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def configure(conf):
conf.check_cfg(package='gio-unix-2.0', uselib_store='GIOUNIX', atleast_version='2.32.0', mandatory=1, args='--cflags --libs')
conf.check_cfg(package='glib-2.0', uselib_store='GLIB', atleast_version='2.32.0', mandatory=1, args='--cflags --libs')
conf.check_cfg(package='gtk+-3.0', uselib_store='GTK', atleast_version='3.10.0', mandatory=1, args='--cflags --libs')
conf.check_cfg(package='x11', uselib_store='X11', atleast_version='1.2.0', mandatory=1, args='--cflags --libs')
conf.check_cfg(package='xtst', uselib_store='XTST', atleast_version='1.2.0', mandatory=1, args='--cflags --libs')
conf.check_cfg(package='zeitgeist-2.0', uselib_store='ZEITGEIST', atleast_version='0.9.14', mandatory=1, args='--cflags --libs')

Expand Down

0 comments on commit 9f1d574

Please sign in to comment.