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

@ -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'