Require lib64canberra-gtk0 on Mageia.
authorCarl Hetherington <cth@carlh.net>
Mon, 24 May 2021 23:12:52 +0000 (01:12 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 May 2021 13:12:58 +0000 (15:12 +0200)
cscript

diff --git a/cscript b/cscript
index ce673c5d9d75e4c73c6e7b48ec72d40ccb9b4746..896d8b3f8045d35b6591048560a3958a884d0e40 100644 (file)
--- 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