diff options
author | Fathi Boudra <fabo@debian.org> | 2009-11-17 13:27:29 +0100 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2009-11-17 13:27:29 +0100 |
commit | 04b08681e3463f62e5c5625bd2fc51c611b9840d (patch) | |
tree | d04511a515f606ea272fcc56187869e0a5ed62ba | |
parent | 4e52bdd1ecc4bac896d4884542cf01c19a9a7acd (diff) | |
download | qt4-x11-04b08681e3463f62e5c5625bd2fc51c611b9840d.tar.gz |
Update debian/rules: add -declarative configure option to build Qt declarative module.
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 09b2afa..a0f459c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ qt4-x11 (4:4.6.0~rc1-1) UNRELEASED; urgency=low * New upstream release. * Remove kde-qt patches: - 0288-more-x-keycodes - merged upstream. + * Update debian/rules: + - Add -declarative configure option to build Qt declarative module. -- Fathi Boudra <fabo@debian.org> Tue, 17 Nov 2009 12:12:36 +0100 diff --git a/debian/rules b/debian/rules index 45d0d3b..020d079 100755 --- a/debian/rules +++ b/debian/rules @@ -91,6 +91,7 @@ endif -webkit \ -script \ -scripttools \ + -declarative \ -platform $(platform_arg) \ -system-zlib \ -qt-gif \ |