From 0382b129cfd39e484b4b57009e0dbf5573f6b587 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 May 2021 01:12:52 +0200 Subject: [PATCH] Require lib64canberra-gtk0 on Mageia. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index ce673c5d9..896d8b3f8 100644 --- a/cscript +++ b/cscript @@ -627,7 +627,7 @@ def package_rpm(target, cpu, version, options): requires = None if target.distro == 'mageia': - requires = "lib64xmlsec1-devel" + requires = "lib64xmlsec1-devel lib64canberra-gtk0" make_spec('build/platform/linux/dcpomatic2.spec', version, target, options, requires) cmd = 'rpmbuild --define "_topdir %s" -bb build/platform/linux/dcpomatic2.spec' % topdir -- 2.30.2