guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: gst-plugins-ugly: Build with Meson.


From: guix-commits
Subject: 05/07: gnu: gst-plugins-ugly: Build with Meson.
Date: Mon, 20 Jan 2020 17:19:26 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 1bf1e32b01624fe7833d6a6d1bd6cff7e4559c72
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Jan 20 21:43:03 2020 +0100

    gnu: gst-plugins-ugly: Build with Meson.
    
    * gnu/packages/gstreamer.scm (gst-plugins-ugly)[build-system]: Change to
    MESON-BUILD-SYSTEM.
---
 gnu/packages/gstreamer.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 7bbb564..815340a 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -378,7 +378,7 @@ par compared to the rest.")
        (sha256
         (base32
          "1jpvc32x6q01zjkfgh6gmq6aaikiyfwwnhj7bmvn52syhrdl202m"))))
-    (build-system gnu-build-system)
+    (build-system meson-build-system)
     (inputs
      `(("gst-plugins-base" ,gst-plugins-base)
        ("liba52" ,liba52)



reply via email to

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