sfml: install pkg-config files
This commit is contained in:
parent
b73b731121
commit
684ec57cb5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user