guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: gst-plugins-good: Build with Meson.


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

mbakke pushed a commit to branch staging
in repository guix.

commit 321f47c25d82fa510ea4e1891f719c4255272e39
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Jan 20 21:40:42 2020 +0100

    gnu: gst-plugins-good: Build with Meson.
    
    * gnu/packages/gstreamer.scm (gst-plugins-good)[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 e78afda..310f538 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -236,7 +236,7 @@ for the GStreamer multimedia library.")
       (sha256
        (base32
         "068k3cbv1yf3gbllfdzqsg263kzwh21y8dpwr0wvgh15vapkpfs0"))))
-    (build-system gnu-build-system)
+    (build-system meson-build-system)
     (inputs
      `(("aalib" ,aalib)
        ("cairo" ,cairo)



reply via email to

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