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:
2
debian/rules
vendored
2
debian/rules
vendored
@ -3,6 +3,6 @@
|
|||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --builddirectory=_build
|
dh $@ --builddirectory=_build --buildsystem=meson
|
||||||
|
|
||||||
override_dh_autoreconf:
|
override_dh_autoreconf:
|
||||||
|
|||||||
Reference in New Issue
Block a user