gplugin/gplugin

90d067db1688
Add option in meson to install helper application

Added two new options in meson that allow choosing whether the helper applications (gplugin-gtk-viewer and gplugin-query) are going to be installed or not

Testing Done:
Compiled a few times switching the two new options between true and false and verifying that the behavior was correct.

Bugs closed: GPLUGIN-129

Reviewed at https://reviews.imfreedom.org/r/159/
shared_module('multiple-semantic-1.0.0', 'multiple-semantic-1.0.0.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
shared_module('multiple-semantic-1.1.0', 'multiple-semantic-1.1.0.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
shared_module('no-version-and-semantic-no-version',
'no-version-and-semantic-no-version.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
shared_module('no-version-and-semantic-semantic',
'no-version-and-semantic-semantic.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
shared_module('non-semantic-and-semantic-non-semantic',
'non-semantic-and-semantic-non-semantic.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
shared_module('non-semantic-and-semantic-semantic',
'non-semantic-and-semantic-semantic.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
shared_module('solo-no-version', 'solo-no-version.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
shared_module('solo-non-semantic', 'solo-non-semantic.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])