From 6d5fb184c232b624d8d521125a009482d0d2bf3a Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 21 Mar 2023 10:58:33 -0700 Subject: 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. --- meson_options.txt | 4 ---- 1 file changed, 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)') -- cgit v1.2.1