meson.build

changeset 39410
88678727cf16
parent 39406
83227c38f6f4
child 39414
ac9648de2f4f
--- a/meson.build	Fri Jan 11 02:12:38 2019 +0000
+++ b/meson.build	Tue Jan 15 17:03:20 2019 -0600
@@ -760,14 +760,7 @@
 #######################################################################
 # Check for GPlugin 0.0.17
 #######################################################################
-if get_option('plugins')
-	gplugin = dependency('gplugin', version : '>= 0.0.17')
-	# GPLUGIN_REQ sets pkg-config requirements in the .pc file
-	GPLUGIN_REQ = ['gplugin']
-else
-	gplugin = []
-	GPLUGIN_REQ = []
-endif
+gplugin = dependency('gplugin', version : '>= 0.0.17')
 
 #######################################################################
 # Check for GObject Introspection

mercurial