X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson_options.txt;h=460a13a9a3db86f599cfa3163dfa42f8784e4655;hb=93ddea2a70991f24f2b4de81d2d9beb0136c9a5e;hp=0d7a4bb984f68fb7354cbf5d868beea17e9b4a86;hpb=cebe940c12a142f3da82f202e3eaee2d30560e69;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/meson_options.txt b/meson_options.txt index 0d7a4bb..460a13a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -86,6 +86,10 @@ option('examples', type : 'feature', value : 'auto', yield : true) option('tests', type : 'feature', value : 'auto', yield : true) option('nls', type : 'feature', value : 'auto', yield: true, description : 'Enable native language support (translations)') option('orc', type : 'feature', value : 'auto', yield : true) +option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true, + description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for stable releases') +option('glib-asserts', type : 'feature', value : 'enabled', yield : true, + description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases') # Common options option('package-name', type : 'string', yield : true,