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