Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: e1a41704196f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6fda860b2631
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 5, 2019

  1. 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.
    jtojnar committed Dec 5, 2019
    Copy the full SHA
    5a139f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Merge pull request #75046 from jtojnar/gst/wayland

    gst_all_1.gst-plugins-base: Fix building Wayland support (nullglob fail)
    Ma27 committed Dec 6, 2019
    Copy the full SHA
    6fda860 View commit details
    Browse the repository at this point in the history