gnu: sfml: Install pkgconfig files.

* gnu/packages/game-development.scm (sfml)[arguments]: Add configure
flag to install pkgconfig files.
This commit is contained in:
Ricardo Wurmus 2016-10-16 20:07:09 +02:00
parent 8a666bc5cb
commit a6e25a50f9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -183,7 +183,9 @@ (define-public sfml
"0k2fl5xk3ni2q8bsxl0551inx26ww3w6cp6hssvww0wfjdjcirsm"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f)) ; no tests
'(#:configure-flags
(list "-DSFML_INSTALL_PKGCONFIG_FILES=TRUE")
#:tests? #f)) ; no tests
(inputs
`(("mesa" ,mesa)
("glew" ,glew)