1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

gnu: libresprite: Install a desktop icon.

* gnu/packages/game-development.scm (libresprite)[arguments]
<#:configure-flags>: Add “-DWITH_DESKTOP_INTEGRATION=1”.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Andrew Whatson
2022-10-21 22:22:53 +10:00
committed by Liliana Marie Prikler
parent efaefc1deb
commit d49d21654a
+2 -1
View File
@@ -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