diff options
author | Jeremy Bicha <jbicha@debian.org> | 2021-09-19 08:34:46 -0400 |
---|---|---|
committer | Jeremy Bicha <jbicha@debian.org> | 2021-09-19 08:34:46 -0400 |
commit | fa404167421d492093979de944157967b85734be (patch) | |
tree | e856e72fceb12d153727cdc114c06e5f08a608b8 /debian/rules | |
parent | New upstream release (diff) | |
download | zenity-fa404167421d492093979de944157967b85734be.tar.gz zenity-fa404167421d492093979de944157967b85734be.tar.bz2 zenity-fa404167421d492093979de944157967b85734be.zip |
Build with meson
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index b43faf6b..b2526814 100755 --- a/debian/rules +++ b/debian/rules @@ -6,5 +6,10 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs %: dh $@ +override_dh_auto_configure: + dh_auto_configure -- \ + -Dlibnotify=true \ + -Dwebkitgtk=true + override_dh_missing: dh_missing --fail-missing |