mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
move LXVST GUI stuff into gtk2_ardour, and fix X11 uselib stuff in wscripts
git-svn-id: svn://localhost/ardour2/branches/3.0@10565 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f60c9d52dc
commit
8e2858e555
4 changed files with 5 additions and 7 deletions
1
wscript
1
wscript
|
|
@ -519,6 +519,7 @@ def configure(conf):
|
|||
autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.14.0')
|
||||
autowaf.check_pkg(conf, 'sndfile', uselib_store='SNDFILE', atleast_version='1.0.18')
|
||||
autowaf.check_pkg(conf, 'giomm-2.4', uselib_store='GIOMM', atleast_version='2.2')
|
||||
autowaf.check_pkg(conf, 'x11', uselib_store='X11', atleast_version='1.3', mandatory=False)
|
||||
|
||||
for i in children:
|
||||
sub_config_and_use(conf, i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue