summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-21 10:58:33 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:45 -0700
commit6d5fb184c232b624d8d521125a009482d0d2bf3a (patch)
tree33701e7400ab125a328444483b49ae33f00b98fb
parent2c4499b87bd1b6540d4bcb9470e9cb73b02518b8 (diff)
downloadlibpeas-6d5fb184c232b624d8d521125a009482d0d2bf3a.tar.gz
build: remove -Ddemos option
We no longer have peas demo as that would require depending on a toolkit which we're explicitly trying to avoid now.
-rw-r--r--meson_options.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7ff25b9..0a07dc9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -17,10 +17,6 @@ option('vapi',
type: 'boolean', value: false,
description: 'Generate vapi data (requires vapigen)')
-option('demos',
- type: 'boolean', value: true,
- description: 'Build demo programs')
-
option('gtk_doc',
type: 'boolean', value: false,
description: 'Build reference manual (requires gi-docgen)')