about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/mesa/default.nix
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2022-03-14 12:45:04 -0700
committerAdam Joseph <adam@westernsemico.com>2022-03-14 12:45:04 -0700
commita6fc7b289104015b99eff8f744112a86ae2e5f68 (patch)
tree7e0bdf0ecffd191b5483eebbb5e5ae20d404fa0a /nixpkgs/pkgs/development/libraries/mesa/default.nix
parent976a5bc9fffaad437069df4d06edf0315f7a020f (diff)
downloadnixlib-a6fc7b289104015b99eff8f744112a86ae2e5f68.tar
nixlib-a6fc7b289104015b99eff8f744112a86ae2e5f68.tar.gz
nixlib-a6fc7b289104015b99eff8f744112a86ae2e5f68.tar.bz2
nixlib-a6fc7b289104015b99eff8f744112a86ae2e5f68.tar.lz
nixlib-a6fc7b289104015b99eff8f744112a86ae2e5f68.tar.xz
nixlib-a6fc7b289104015b99eff8f744112a86ae2e5f68.tar.zst
nixlib-a6fc7b289104015b99eff8f744112a86ae2e5f68.zip
evince: pass -Dmultimedia=disabled if !supportMultimedia
The evince derivation has an option supportMultimedia?true, which if
set to false will exclude gstreamer from the nativeBuildInputs.
Unfortunately this is not enough; the build will fail with:

  Run-time dependency gstreamer-base-1.0 found: NO (tried pkgconfig)

  meson.build:236:0: ERROR: Dependency "gstreamer-base-1.0" not found, tried pkgconfig

Let's pass "-Dmultimedia=disabled" to meson in this case so that the
build succeeds.

Checked with nixpkgs-hammer, which did not report any new warnings
introduced by this commit.
Diffstat (limited to 'nixpkgs/pkgs/development/libraries/mesa/default.nix')
0 files changed, 0 insertions, 0 deletions