forked from AuroraMiddleware/gtk
Link libgtk to libintl
GTK does use libintl directly (in gtkmain.c, for example) and thus needs to be linked to it (if found and/or needed). Previously we most likely were getting libintl from glib, but that stopped for some reason. Either way, explicit linking is the right thing to do here.
This commit is contained in:
parent
20f12f9ed7
commit
8c3ee6a38d
@ -919,6 +919,10 @@ if cloudproviders_enabled
|
||||
gtk_deps += cloudproviders_dep
|
||||
endif
|
||||
|
||||
# Unconditional. If libintl isn't found,
|
||||
# the object just does nothing being in the deplist
|
||||
gtk_deps += libintl_dep
|
||||
|
||||
gtk_settings_schemas = [
|
||||
'org.gtk.Settings.FileChooser.gschema.xml',
|
||||
'org.gtk.Settings.ColorChooser.gschema.xml',
|
||||
|
Loading…
Reference in New Issue
Block a user