guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: libresprite: Install a desktop icon.


From: guix-commits
Subject: 01/08: gnu: libresprite: Install a desktop icon.
Date: Sat, 22 Oct 2022 07:55:47 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit d49d21654a05316670d46d7586caa6c1565019ee
Author: Andrew Whatson <whatson@gmail.com>
AuthorDate: Fri Oct 21 22:22:53 2022 +1000

    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>
---
 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 @@ 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



reply via email to

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