summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMike Ruprecht <cmaiku@gmail.com>2018-05-30 16:03:14 -0500
committerMike Ruprecht <cmaiku@gmail.com>2018-05-30 16:03:14 -0500
commit02d517476afc4dff1b871d7f1afcd107f2a126da (patch)
tree8c9f14e85e2dd6e514d3a574ad56d15a9648e28c /meson_options.txt
parent1f6c29429bda75ecf6448707638d555db87c10b0 (diff)
downloadpidgin-02d517476afc4dff1b871d7f1afcd107f2a126da.tar.gz
meson: Remove GCR dependency
Now that nothing is using GCR, we can remove the dependency. This patch does so.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
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')