From c67034c5291bf43112d1764cc7c43f6e0ded07d6 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Mon, 2 Mar 2020 11:04:40 +0530 Subject: [PATCH] Remove unused variable in meson.build We don't use this anywhere. It's confusing. --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index 3a6a8f0..4b16d23 100644 --- a/meson.build +++ b/meson.build @@ -6,8 +6,6 @@ project('All GStreamer modules', 'c', gst_version = '>= @0@'.format(meson.project_version()) gst_branch = 'master' -glib_req = '>= 2.44.0' - build_system = build_machine.system() cc = meson.get_compiler('c') -- 2.7.4