From 02d517476afc4dff1b871d7f1afcd107f2a126da Mon Sep 17 00:00:00 2001 From: Mike Ruprecht Date: Wed, 30 May 2018 16:03:14 -0500 Subject: meson: Remove GCR dependency Now that nothing is using GCR, we can remove the dependency. This patch does so. --- meson_options.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 9413f86384..8ab23257cd 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -29,9 +29,6 @@ option('cap', type : 'boolean', value : false, option('gestures', type : 'boolean', value : true, description : 'compile with the gestures plugin') -option('gcr', type : 'boolean', value : false, - description : 'compile with GCR certificate widgets') - option('gstreamer', type : 'boolean', value : true, description : 'compile with GStreamer audio support') -- cgit v1.2.1