Merge pull request #91457 from matthewbauer/prefixed-pkg-config

Fixes from prefixed pkg config
This commit is contained in:
Frederik Rietdijk
2020-07-02 17:26:16 +02:00
committed by GitHub
8 changed files with 27 additions and 8 deletions

View File

@@ -43,9 +43,6 @@ stdenv.mkDerivation rec {
libXdmcp libXext libXxf86vm mesa udev
wayland libxkbcommon ];
# we use prefix-less pkg-config
PKG_CONF_PATH = "pkg-config";
enableParallelBuilding = true;
configureFlags = stdenv.lib.optionals stdenv.isLinux [ "--enable-kms" "--enable-egl" ];