summaryrefslogtreecommitdiff
path: root/gnu/packages/gstreamer.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-20 21:43:03 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-20 23:18:49 +0100
commit1bf1e32b01624fe7833d6a6d1bd6cff7e4559c72 (patch)
tree63bac58a397720ee41f19622b6b763e4177f023d /gnu/packages/gstreamer.scm
parent2dc277dd997da8ada68349ea321192719edc814c (diff)
downloadguix-patches-1bf1e32b01624fe7833d6a6d1bd6cff7e4559c72.tar
guix-patches-1bf1e32b01624fe7833d6a6d1bd6cff7e4559c72.tar.gz
gnu: gst-plugins-ugly: Build with Meson.
* gnu/packages/gstreamer.scm (gst-plugins-ugly)[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 7bbb564d16..815340a14c 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)