debian: set buildsystem to meson, not meson+ninja
The latter fails on Ubuntu, presumably due to an older debhelper version. related to #4086
This commit is contained in:
parent
97e477777e
commit
ff6c2d2214
2
debian/rules
vendored
2
debian/rules
vendored
@ -22,4 +22,4 @@ override_dh_builddeb:
|
||||
dh_builddeb -- -Zgzip
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=meson+ninja
|
||||
dh $@ --buildsystem=meson
|
||||
|
Loading…
x
Reference in New Issue
Block a user