mesa: fix build

latest versions (>=19.1.0), no longer need to delete
{,e}gl.pc after install
wip/yesman
Jonathan Ringer 5 years ago committed by Jon
parent f1d46d094a
commit 548b707584
  1. 2
      pkgs/development/libraries/mesa/default.nix

@ -167,7 +167,7 @@ stdenv.mkDerivation {
substituteInPlace "$dev/lib/pkgconfig/dri.pc" --replace "$drivers" "${libglvnd.driverLink}"
# remove pkgconfig files for GL/EGL; they are provided by libGL.
rm $dev/lib/pkgconfig/{gl,egl}.pc
rm -f $dev/lib/pkgconfig/{gl,egl}.pc
# Update search path used by pkg-config
for pc in $dev/lib/pkgconfig/{d3d,dri,xatracker}.pc; do

Loading…
Cancel
Save