mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 12:38:48 +00:00
Remove unused variable in meson.build
We don't use this anywhere. It's confusing.
This commit is contained in:
parent
588250eaeb
commit
c67034c529
1 changed files with 0 additions and 2 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue