summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-04-08 16:41:38 +0200
committerBastien Nocera <hadess@hadess.net>2022-07-18 11:25:19 +0200
commit8d55550dbd41a15184eb17eeb80533d5b34c6a97 (patch)
treee5ed35f0e0f39c0ea0badf8ea402b6548a25f010 /meson_options.txt
parent4de39a5d63b07e9d6a7dd8d0fad3da2cadd866a2 (diff)
downloadtotem-8d55550dbd41a15184eb17eeb80533d5b34c6a97.tar.gz
main: Add playlist page to GTK inspector
Before this change, it was possible to visualise the playlist as a widget by recompiling totem while uncommenting a couple of lines of code. Move this functionality to the GTK inspector by creating a module that will get loaded when the GTK inspector is.
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 4611a1376..da23319cb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -5,3 +5,4 @@ option('libportal', type: 'feature', value: 'auto', description: 'Build plugins
option('with-plugins', type: 'combo', choices: ['all', 'none', 'auto'], value: 'auto', description: 'Which Totem plugins to compile (default: auto; "all", "none" and "auto" are valid)')
option('enable-gtk-doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')
option('profile', type: 'combo', choices: ['default', 'development'], value: 'default', description: 'Build profiles')
+option('inspector-page', type:'boolean', value: false, description: 'Whether to build the optional GTK inspector page')