wlroots_0_12: fixup build with ffmpeg-4.4

-Werror=deprecated-declarations is nice upstream but not in distro.
https://nix-cache.s3.amazonaws.com/log/cfmk2qkvck88qc002bvxzgsb2zc5b1h2-wlroots-0.12.0.drv
wip/little-gl
Vladimír Čunát 3 years ago
parent 4e8fa08311
commit 77549f4b75
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 2
      pkgs/development/libraries/wlroots/0.12.nix

@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
mesonFlags = [ "-Dlogind-provider=systemd" "-Dlibseat=disabled" ];
CFLAGS = "-Wno-error=deprecated-declarations";
postFixup = ''
# Install ALL example programs to $examples:
# screencopy dmabuf-capture input-inhibitor layer-shell idle-inhibit idle

Loading…
Cancel
Save