From d49d21654a05316670d46d7586caa6c1565019ee Mon Sep 17 00:00:00 2001 From: Andrew Whatson Date: Fri, 21 Oct 2022 22:22:53 +1000 Subject: gnu: libresprite: Install a desktop icon. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/game-development.scm (libresprite)[arguments] <#:configure-flags>: Add “-DWITH_DESKTOP_INTEGRATION=1”. Signed-off-by: Liliana Marie Prikler --- gnu/packages/game-development.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index d40a97eef2..4afb7f8437 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1088,7 +1088,8 @@ the creation of animations, tiled graphics, texture atlases, and more.") (build-system cmake-build-system) (arguments '(#:configure-flags - (list "-DWITH_WEBP_SUPPORT=1") + (list "-DWITH_WEBP_SUPPORT=1" + "-DWITH_DESKTOP_INTEGRATION=1") ;; Tests are unmaintained #:tests? #f)) (native-inputs -- cgit v1.2.3