summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2017-10-18 10:43:14 +0200
committerTomas Popela <tpopela@redhat.com>2018-04-11 12:39:19 +0200
commit14e0bebb5979c90a0cb612353570527c223e3a73 (patch)
treea61cee6b7f4ee8e968de79ae6fbffce07471e39f /meson_options.txt
parent3dd3bd96f309891b175493731992a79f86121f38 (diff)
downloadlibsoup-14e0bebb5979c90a0cb612353570527c223e3a73.tar.gz
Build GObject introspection files for libsoup
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 38bab479..42956659 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -33,3 +33,9 @@ option('enable-gnome',
value : true,
description : 'Build libsoup with GNOME support'
)
+
+option('enable-introspection',
+ type : 'boolean',
+ value : true,
+ description : 'Build GObject Introspection data'
+)