emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58683: closed ([PATCH] gnu: libresprite: Install a desktop icon.)


From: GNU bug Tracking System
Subject: bug#58683: closed ([PATCH] gnu: libresprite: Install a desktop icon.)
Date: Sat, 22 Oct 2022 11:57:02 +0000

Your message dated Sat, 22 Oct 2022 13:56:04 +0200
with message-id <191d105a4dc10514655229b00e25db8e9a9dbb3a.camel@gmail.com>
and subject line Re: [PATCH] gnu: libresprite: Install a desktop icon.
has caused the debbugs.gnu.org bug report #58683,
regarding [PATCH] gnu: libresprite: Install a desktop icon.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58683: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58683
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: libresprite: Install a desktop icon. Date: Fri, 21 Oct 2022 22:22:53 +1000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: libresprite: Install a desktop icon. Date: Sat, 22 Oct 2022 13:56:04 +0200 User-agent: Evolution 3.46.0
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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]