Skip to content
Snippets Groups Projects
Commit 8158b193 authored by Simon McVittie's avatar Simon McVittie Committed by Sjoerd Simons
Browse files

debian/rules: use autogen.sh so we can build directly from git


Refs T770. Similar to D1435.

Reviewed-by: default avatarPhilip Withnall <philip.withnall@collabora.co.uk>
Signed-off-by: default avatarSimon McVittie <simon.mcvittie@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D1641
parent df313e4c
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@
%:
dh $@ --with autoreconf --with systemd
override_dh_autoreconf:
NOCONFIGURE=1 dh_autoreconf ./autogen.sh --
override_dh_auto_configure:
dh_auto_configure -- --enable-gtk-doc=yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment