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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user