gplugin/gplugin

Only add GModule's include directory to GPlugin dependency

6 months ago, Elliott Sales de Andrade
c998c3e8f9da
Only add GModule's include directory to GPlugin dependency

The GModule link arguments include `-Wl,--export-dynamic`, which breaks all
GObject Instropection, and is likely not a flag we want to force on all GPlugin
users.

Testing Done:
Compiled PurpleIRCv3, which used the gplugin-introspection, and it did not fail this time (with `ninja turtles`.)

Reviewed at https://reviews.imfreedom.org/r/2824/
if get_option('nls')
i18n.gettext(GETTEXT_PACKAGE, preset: 'glib')
else
summary('translations',
'You have disabled installation of translations which means ' +
'English will be the only available language.',
section : 'Warnings')
endif