gplugin/gplugin

Somehow I didn't clean meson.build after deciding not to implement some other stuff..
feature/gplugin-query-cleanups
2020-04-19, Gary Kramlich
358f0b85ecfb
Parents 160e54fbe969
Children cb360f96319f
Somehow I didn't clean meson.build after deciding not to implement some other stuff..
--- a/gplugin-query/meson.build Sat Apr 18 05:34:26 2020 -0500
+++ b/gplugin-query/meson.build Sun Apr 19 03:54:02 2020 -0500
@@ -1,15 +1,6 @@
-TEMPLATE_GLIB = dependency('template-glib-1.0')
-
-gplugin_query_resources = gnome.compile_resources(
- 'gplugin-query-resources',
- 'data/gplugin-query.gresource.xml',
- c_name: 'gplugin_query',
- source_dir: 'data')
-
gplugin_query = executable('gplugin-query',
'gplugin-query.c',
- gplugin_query_resources,
- dependencies : [gplugin_dep, GLIB, GOBJECT, TEMPLATE_GLIB],
+ dependencies : [gplugin_dep, GLIB, GOBJECT],
install : true)
if get_option('help2man')