diff options
author | Bastien Nocera <hadess@hadess.net> | 2019-09-25 17:01:06 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-09-25 17:40:44 +0200 |
commit | 171d95ba0b92c8806731547ffa08450d4554d162 (patch) | |
tree | a06207b78315282a3d19d665fb0a90c507cc2d28 /meson_options.txt | |
parent | 307a9f91fb42617fe0cd29ed098eeacdf7c78c3c (diff) | |
download | totem-171d95ba0b92c8806731547ffa08450d4554d162.tar.gz |
build: Add support for building Nightly version
This includes renaming a few files that mentioned org.gnome.Totem
directly as we want the new nightly build to be parallel installable
with a stable version, as org.gnome.Totem.Devel.
Closes: #359
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index d6f8b4290..7070fd5d0 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,3 +2,4 @@ option('enable-easy-codec-installation', type: 'combo', choices: ['yes', 'no', ' option('enable-python', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'Enable python support') 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') |