unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58683] [PATCH] gnu: libresprite: Install a desktop icon.
@ 2022-10-21 12:22 Andrew Whatson
  2022-10-22 11:56 ` bug#58683: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Whatson @ 2022-10-21 12:22 UTC (permalink / raw)
  To: 58683; +Cc: Andrew Whatson

* gnu/packages/game-development.scm (libresprite)[arguments]
<#:configure-flags>: Add "-DWITH_DESKTOP_INTEGRATION=1".
---
 gnu/packages/game-development.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 @@ (define-public libresprite
     (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
-- 
2.38.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58683: [PATCH] gnu: libresprite: Install a desktop icon.
  2022-10-21 12:22 [bug#58683] [PATCH] gnu: libresprite: Install a desktop icon Andrew Whatson
@ 2022-10-22 11:56 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2022-10-22 11:56 UTC (permalink / raw)
  To: Andrew Whatson, 58683-done

Am Freitag, dem 21.10.2022 um 22:22 +1000 schrieb Andrew Whatson:
> * gnu/packages/game-development.scm (libresprite)[arguments]
> <#:configure-flags>: Add "-DWITH_DESKTOP_INTEGRATION=1".
Pushed.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-22 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21 12:22 [bug#58683] [PATCH] gnu: libresprite: Install a desktop icon Andrew Whatson
2022-10-22 11:56 ` bug#58683: " Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).