mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
retroarch: use prefixed pkg-config
retroarch knows how to use the correct pkg-config, so this is no longer needed.
This commit is contained in:
parent
fd1c513aca
commit
96f72f94ad
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue