diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2015-03-31 20:05:15 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2015-03-31 20:05:15 +0300 |
commit | f9462659ef3a993f6ff3188fa2956765bbf52e06 (patch) | |
tree | 8edf191d818bbae48974153847560f866dc24a5b | |
parent | fe93553a173054507896fab0bc095b44093a8de8 (diff) | |
download | lightdm-f9462659ef3a993f6ff3188fa2956765bbf52e06.tar.gz |
debian/rules: disable Qt5 explicitly
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f6427d1..b88c880 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ lightdm (1.10.3-3+dyson1) UNRELEASED; urgency=medium * Added debian/patches/dyson-cleandist.patch: fix broken distclean target * Added debian/patches/dyson-utmp.patch + * debian/rules: disable Qt5 explicitly -- Igor Pashev <pashev.igor@gmail.com> Tue, 31 Mar 2015 19:05:08 +0300 diff --git a/debian/rules b/debian/rules index 680b472..5dba40e 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all override_dh_auto_configure: dh_auto_configure -- \ + --disable-liblightdm-qt5 \ --disable-silent-rules \ --disable-tests \ --enable-introspection=yes \ |