diff options
author | Bastien Nocera <hadess@hadess.net> | 2019-08-06 12:22:36 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-08-06 12:24:12 +0200 |
commit | 0fd919ba2c5b4c9c805401d9da37b73612c18bb4 (patch) | |
tree | bf64734bca8389c0edb2e3162898c99962f36d1c /meson_options.txt | |
parent | e80fb563648eaaa314884443ae3c2029f9777e4a (diff) | |
download | totem-0fd919ba2c5b4c9c805401d9da37b73612c18bb4.tar.gz |
build: Make introspection non-optional
Introspection was already non-optional as we required a libpeas-gtk
build that linked against gobject-introspection-1.0, so that our call
to g_irepository_require() was defined.
Make that official, and remove the ability to build without
introspection.
Closes: #346
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index e1c590968..d6f8b4290 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,4 +2,3 @@ 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('enable-introspection', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'Enable GObject Introspection (depends on GObject)') |