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:
Robin Gareus 2025-07-06 15:15:59 +02:00
parent ea4616913c
commit 99c1f50a72
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
26 changed files with 64 additions and 224 deletions

View file

@ -31,6 +31,7 @@ def build_ardour_util(bld, util):
'libardour_cp',
'libtemporal',
'libmidipp',
'libsuil',
]
obj.defines = [
'VERSIONSTRING="' + bld.env['VERSION'] + '"',
@ -45,12 +46,6 @@ def build_ardour_util(bld, util):
obj.uselib += ' AUDIOUNITS OSX LO '
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'
if bld.is_defined('HAVE_USB'):
obj.uselib += ' USB'