summaryrefslogtreecommitdiff
path: root/gnu/packages/gstreamer.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-20 21:40:42 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-20 23:18:48 +0100
commit321f47c25d82fa510ea4e1891f719c4255272e39 (patch)
treec46e9b2810865af974e7b1edd6d31523d42e868d /gnu/packages/gstreamer.scm
parent738923b6e3ac85c78b1e97a9a85979495ed8ba51 (diff)
downloadguix-patches-321f47c25d82fa510ea4e1891f719c4255272e39.tar
guix-patches-321f47c25d82fa510ea4e1891f719c4255272e39.tar.gz
gnu: gst-plugins-good: Build with Meson.
* gnu/packages/gstreamer.scm (gst-plugins-good)[build-system]: Change to MESON-BUILD-SYSTEM.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r--gnu/packages/gstreamer.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index e78afdabb8..310f5388bc 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)