diff options
author | Pino Toscano <pino@debian.org> | 2013-04-08 10:44:50 +0200 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2013-04-08 10:44:50 +0200 |
commit | ab971dbefcca293e5ef9597a9fd7285fef4ec934 (patch) | |
tree | 4e4570dbca76f5ab9604e247c3a3f6248f97dd5a | |
parent | f72c40966a440bc9ccd206296fd091532adc87f2 (diff) | |
download | qtbase-ab971dbefcca293e5ef9597a9fd7285fef4ec934.tar.gz |
explicitely disable directfb
the B-D for it are not installed, so avoid to compile it even when building in a non-clean build environment
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index e05b164..0b59151 100755 --- a/debian/rules +++ b/debian/rules @@ -154,6 +154,7 @@ endif -icu \ -no-pch \ -accessibility \ + --no-directfb \ $(extra_configure_opts) override_dh_auto_clean: |