diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-11-27 10:47:25 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-11-27 10:47:25 +0100 |
commit | 13fc9b3d7074bcf4063065dcba4162a3a69b7343 (patch) | |
tree | 74d43ec807c93b215976a5cac0e3eb3c72a4fd93 /debian/rules | |
parent | 3c9f6c54ced90b80ff60cc59c943ffecb5f58447 (diff) |
Enable untiy support
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 8eaecd6..acbfebd 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,11 @@ export VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w)) %: dh $@ --buildsystem=meson --with gnome +override_dh_auto_configure: + dh_auto_configure -- \ + --libexec=/usr/libexec \ + -Dunity-support=true + override_dh_gnome_clean: dh_gnome_clean --no-control |