summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-05-06 20:35:14 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-05-06 20:48:39 +0200
commit7e338d40ccd4388cdeadaabaf365f02f54278046 (patch)
treeec0e231a7fb1809c837e8b8e4ffce359d6983a94 /meson_options.txt
parentc85075972b7fe16d0dd05d9136fdb8c1f3e8f39d (diff)
downloadpygobject-7e338d40ccd4388cdeadaabaf365f02f54278046.tar.gz
meson: don't autodetect pycairo support, force it and add an option to disable it
If you don't want pycairo support pass "-Dpycairo=false"
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3a3d82d6..31f3aa39 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1 +1,2 @@
option('python', type : 'string', value : 'python3')
+option('pycairo', type : 'boolean', value : true, description : 'build with pycairo integration')