mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Really remove gtk+ option (see also 1e28ee9cc9)
After patching gtk/ytk to add touch support and macOS rendering, upstream gtk+2 is no longer an option
This commit is contained in:
parent
ea4616913c
commit
99c1f50a72
26 changed files with 64 additions and 224 deletions
|
|
@ -56,10 +56,7 @@ def build(bld):
|
|||
obj.uselib += ' FFTW3F LO TAGLIB LILV RUBBERBAND AUBIO LRDF ARCHIVE VAMPSDK VAMPHOSTSDK'
|
||||
|
||||
if bld.is_defined('HAVE_SUIL'):
|
||||
if bld.is_defined('YTK'):
|
||||
obj.use += [ 'libsuil' ]
|
||||
else:
|
||||
obj.uselib += ' SUIL'
|
||||
obj.use += [ 'libsuil' ]
|
||||
|
||||
if bld.is_defined('HAVE_USB'):
|
||||
obj.uselib += ' USB'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue