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
1528 changed files with 915658 additions and 57 deletions

View File

@@ -51,7 +51,10 @@ def build_ardour_util(bld, util):
obj.use.extend (['libaaf'])
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'