From a6e25a50f9b560291889e87401d5c9ec598a89fa Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 16 Oct 2016 20:07:09 +0200 Subject: gnu: sfml: Install pkgconfig files. * gnu/packages/game-development.scm (sfml)[arguments]: Add configure flag to install pkgconfig files. --- gnu/packages/game-development.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 5e6cf0b234..de0b842b48 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -183,7 +183,9 @@ clone.") "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) -- cgit v1.2.3