sfml: install pkg-config files

This commit is contained in:
Julien Dehos
2016-09-06 13:29:09 +02:00
committed by Robert Helgesson
parent b73b731121
commit 684ec57cb5

View File

@@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ cmake libX11 freetype libjpeg openal flac libvorbis glew
libXrandr libXrender udev xcbutilimage
];
cmakeFlags = [ "-DSFML_INSTALL_PKGCONFIG_FILES=yes" ];
meta = with stdenv.lib; {
homepage = http://www.sfml-dev.org/;
description = "Simple and fast multimedia library";