diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-25 01:12:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-25 15:12:58 +0200 |
| commit | 0382b129cfd39e484b4b57009e0dbf5573f6b587 (patch) | |
| tree | 17a72dfb1c865e300aaf910f3ee877934bb66a4c /cscript | |
| parent | a77b6a1f4a3e3bd92cbce8674969bf778c9486ea (diff) | |
Require lib64canberra-gtk0 on Mageia.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
