summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-25 01:12:52 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-25 15:12:58 +0200
commit0382b129cfd39e484b4b57009e0dbf5573f6b587 (patch)
tree17a72dfb1c865e300aaf910f3ee877934bb66a4c /cscript
parenta77b6a1f4a3e3bd92cbce8674969bf778c9486ea (diff)
Require lib64canberra-gtk0 on Mageia.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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