From edcff44f4b80068f9741e4e531dc1833ce912fd7 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Wed, 26 Jun 2019 17:16:33 +0200 Subject: [PATCH] Add another build dependency, add an empty rule to override autoreconf --- debian/control | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/control b/debian/control index 6e327b34..fde6232a 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: meson (>=0.43.0), pkg-config, libglib2.0-dev, + libgtk-3-dev, libcroco3-dev, gtk-doc-tools, libwayland-dev (>= 1.16), diff --git a/debian/rules b/debian/rules index 454d614c..65914034 100755 --- a/debian/rules +++ b/debian/rules @@ -4,3 +4,5 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --builddirectory=_build + +override_dh_autoreconf: