mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +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
|
libXdmcp libXext libXxf86vm mesa udev
|
||||||
wayland libxkbcommon ];
|
wayland libxkbcommon ];
|
||||||
|
|
||||||
# we use prefix-less pkg-config
|
|
||||||
PKG_CONF_PATH = "pkg-config";
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
configureFlags = stdenv.lib.optionals stdenv.isLinux [ "--enable-kms" "--enable-egl" ];
|
configureFlags = stdenv.lib.optionals stdenv.isLinux [ "--enable-kms" "--enable-egl" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user