diff options
author | Fathi Boudra <fabo@debian.org> | 2009-10-09 16:15:31 +0200 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2009-10-09 16:15:31 +0200 |
commit | 2cf93a9e2373e4d1e3b16e5da9fc6ea84bc3fdf8 (patch) | |
tree | 1d76bd52d247fc14c546bcf14c94807c4d4dba82 /debian/rules | |
parent | 16a166788422bc28537e777db972c968101f7986 (diff) | |
download | qt4-x11-2cf93a9e2373e4d1e3b16e5da9fc6ea84bc3fdf8.tar.gz |
* Remove -fast configure option. Qt configure has -no-fast as default value
and will generate Makefiles for all project files, including bootstrap.
(Closes: #550127)
* Reorganize configure option as they appear in configure --help.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/debian/rules b/debian/rules index b03c88b..2e218ff 100755 --- a/debian/rules +++ b/debian/rules @@ -116,34 +116,32 @@ endif -sysconfdir "/etc/xdg" \ -demosdir "/usr/lib/qt4/demos" \ -examplesdir "/usr/lib/qt4/examples" \ - -platform $(PLATFORM_ARG) \ -opensource \ - -fast \ - -optimized-qmake \ - -no-rpath \ - -system-zlib \ - -system-libtiff \ - -system-libpng \ - -system-libjpeg \ - -system-nas-sound \ - -qt-gif \ -plugin-sql-mysql \ -plugin-sql-odbc \ -plugin-sql-psql \ -plugin-sql-sqlite \ -plugin-sql-sqlite2 \ -system-sqlite \ - -I/usr/include/freetype2 \ - -lfontconfig \ - -cups \ - -exceptions \ - -dbus \ - -pch \ + -xmlpatterns \ -phonon \ -no-phonon-backend \ -svg \ -webkit \ - -xmlpatterns \ + -scripttools \ + -platform $(PLATFORM_ARG) \ + -system-zlib \ + -qt-gif \ + -system-libtiff \ + -system-libpng \ + -system-libjpeg \ + -no-rpath \ + -optimized-qmake \ + -dbus \ + -gtkstyle \ + -system-nas-sound \ + -lfontconfig \ + -I/usr/include/freetype2 \ $(EXTRA_CONFIGURE_OPTS) clean:: |