diff options
author | Fathi Boudra <fabo@debian.org> | 2011-03-09 13:08:16 +0200 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2011-03-09 13:08:16 +0200 |
commit | 388788cac7ea6363c08299912d952c05a90a9133 (patch) | |
tree | b63abd7831aaefa3ee64c9477c542c333e6c81b2 /debian/rules | |
parent | 1d7d9a21255e350b74dc7464886df8ae5a87564b (diff) | |
download | qtwebkit-388788cac7ea6363c08299912d952c05a90a9133.tar.gz |
make enable_video on Linux onlydebian/2.1.0-2011week09-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 11ce61d..b7345d1 100755 --- a/debian/rules +++ b/debian/rules @@ -4,11 +4,11 @@ #export DH_VERBOSE=1 ifeq ($(DEB_HOST_ARCH_OS),linux) - extra_configure_opts = DEFINES+=ENABLE_GEOLOCATION=1 + extra_configure_opts = DEFINES+=ENABLE_VIDEO=1 DEFINES+=ENABLE_GEOLOCATION=1 endif %: dh $@ --buildsystem=qmake --parallel --list-missing --dbg-package=libqtwebkit4-dbg --with pkgkde_symbolshelper override_dh_auto_configure: - dh_auto_configure -- DEFINES+=ENABLE_VIDEO=1 $(extra_configure_opts) + dh_auto_configure -- $(extra_configure_opts) |