Updating boolean meson values in rules.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5f7ef1475e
commit
f17564c4e6
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -6,7 +6,7 @@ export KBUILD_BUILD_TIMESTAMP = "@$(SOURCE_DATE_EPOCH)"
|
|||
dh ${@} --buildsystem=meson --with python3
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- -Ddocs=man -Ddocs-build=true -Dpython=true -Dopenssl=enabled --default-library=both
|
||||
dh_auto_configure -- -Ddocs=man -Ddocs-build=true -Dpython=enabled -Dopenssl=enabled --default-library=both
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# remove empty manpages
|
||||
|
|
Loading…
Add table
Reference in a new issue