nixpkgs/pkgs/development/libraries/gstreamer/base
Jan Tojnar 5a139f0e7d
gst_all_1.gst-plugins-base: Fix building Wayland support
Apparently, generic builder sets `nullglob`, disappearing any flags containing square brackets
not resolving to file names (e.g. `mesonFlags = [ "-Dgl_winsys=[x11,wayland]" ];`). This caused
the `gl_winsys` flag default to `auto` and, since we were missing `wayland-protocols`, Wayland
support was not built.

Fortunately, Meson also supports simple array notation without square brackets, so we can use
that. No need to wait for `_structuredAttrs`.

We also no longer set `gl_platform` flag, since passing the default auto value is redundant.
2019-12-05 15:14:29 +01:00
..
default.nix gst_all_1.gst-plugins-base: Fix building Wayland support 2019-12-05 15:14:29 +01:00
fix_pkgconfig_includedir.patch Switch to absolute path for includedir/libdir 2018-04-04 17:25:39 +02:00