guix-commits
[Top][All Lists]
Advanced

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

113/122: gnu: gtkmm: Change build-system and adjust arguments accordingl


From: guix-commits
Subject: 113/122: gnu: gtkmm: Change build-system and adjust arguments accordingly.
Date: Fri, 11 Jun 2021 12:12:24 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit ddded428e4e92b646d7b374ed8d311ad6f0c99a6
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Tue Apr 27 05:23:27 2021 -0400

    gnu: gtkmm: Change build-system and adjust arguments accordingly.
    
    Switch to meson-build-system, as its preferred by the project.
    Preserve building of documentation.
    
    * gnu/packages/gtk.scm (gtkmm)[build-system]: Change from glib-or-gtk
    to meson.
    [configure-flags](build-documentation): New flag.
---
 gnu/packages/gtk.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 5112c1d..ef99758 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1608,10 +1608,11 @@ library.")
                        name "-" version ".tar.xz"))
        (sha256
         (base32 "0hv7pviln4cpjvpz7m7ga5krcsbibqzixdcn0dwzpz0cx71p3swv"))))
-    (build-system glib-or-gtk-build-system)
+    (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments
-     `(#:phases
+     `(#:configure-flags '("-Dbuild-documentation=true")
+       #:phases
        (modify-phases %standard-phases
          (add-before 'check 'pre-check
            (lambda _



reply via email to

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