Localize stripped down gtk2

This is intended mainly for GNU/Linux distros who will remove
GTK2 support in the near future.
This commit is contained in:
Robin Gareus 2023-12-13 06:45:00 +01:00
parent 2a928dae19
commit ad51c7c2ba
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
1528 changed files with 915658 additions and 57 deletions

View file

@ -40,7 +40,10 @@ def build(bld):
obj.uselib += ' FFTW3F LO TAGLIB LILV RUBBERBAND AUBIO LRDF ARCHIVE VAMPSDK VAMPHOSTSDK'
if bld.is_defined('HAVE_SUIL'):
obj.uselib += ' SUIL'
if bld.is_defined('YTK'):
obj.use += [ 'libsuil' ]
else:
obj.uselib += ' SUIL'
if bld.is_defined('HAVE_USB'):
obj.uselib += ' USB'