Merge branch 'be-explicit-about-meson' into 'master'

Specify the build system when building a package

See merge request Librem5/squeekboard!23
This commit is contained in:
Dorota Czaplejewicz
2019-07-03 22:28:20 +00:00

2
debian/rules vendored
View File

@ -3,6 +3,6 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --builddirectory=_build
dh $@ --builddirectory=_build --buildsystem=meson
override_dh_autoreconf: