Add another build dependency, add an empty rule to override autoreconf
This commit is contained in:
1
debian/control
vendored
1
debian/control
vendored
@ -7,6 +7,7 @@ Build-Depends:
|
|||||||
meson (>=0.43.0),
|
meson (>=0.43.0),
|
||||||
pkg-config,
|
pkg-config,
|
||||||
libglib2.0-dev,
|
libglib2.0-dev,
|
||||||
|
libgtk-3-dev,
|
||||||
libcroco3-dev,
|
libcroco3-dev,
|
||||||
gtk-doc-tools,
|
gtk-doc-tools,
|
||||||
libwayland-dev (>= 1.16),
|
libwayland-dev (>= 1.16),
|
||||||
|
|||||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -4,3 +4,5 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --builddirectory=_build
|
dh $@ --builddirectory=_build
|
||||||
|
|
||||||
|
override_dh_autoreconf:
|
||||||
|
|||||||
Reference in New Issue
Block a user