diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 4a9d4e4..d5f1693 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,9 @@ override_dh_autoreconf: fi NOCONFIGURE=1 dh_autoreconf ./autogen.sh +override_dh_auto_configure: + dh_auto_configure -- GUEST_WRAPPER_BINARY=/usr/lib/$(DEB_HOST_MULTIARCH)/lightdm/lightdm-guest-session + override_dh_auto_build: dh_auto_build |