diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-03-22 14:07:53 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-03-22 14:34:17 +0000 |
commit | b647888dc876dfa54cc06a3aea16194a8b778ae6 (patch) | |
tree | da85aacd3511b70eb1e111816c8e6c38d5221b5a /meson.build | |
parent | 503769e8e3414384f3f1fa46f529f8f265157abb (diff) | |
download | gstreamer-plugins-bad-b647888dc876dfa54cc06a3aea16194a8b778ae6.tar.gz |
meson: webrtc: use gnome.mkenums_simple() to generate enumtypes files
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build index dec37d0db..b29d6c8dc 100644 --- a/meson.build +++ b/meson.build @@ -485,9 +485,6 @@ gst_plugins_bad_args = ['-DHAVE_CONFIG_H'] configinc = include_directories('.') libsinc = include_directories('gst-libs') -# Used by the *_mkenum.py helper scripts -glib_mkenums = find_program('glib-mkenums') - python3 = import('python3').find_python() gir = find_program('g-ir-scanner', required : false) |