diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-20 21:40:42 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-20 23:18:48 +0100 |
commit | 321f47c25d82fa510ea4e1891f719c4255272e39 (patch) | |
tree | c46e9b2810865af974e7b1edd6d31523d42e868d /gnu | |
parent | 738923b6e3ac85c78b1e97a9a85979495ed8ba51 (diff) |
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')
-rw-r--r-- | gnu/packages/gstreamer.scm | 2 |
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) |