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
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87

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