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:
parent
efaefc1deb
commit
d49d21654a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user