diff options
author | Maximiliano Curia <maxy@debian.org> | 2013-05-12 12:15:44 +0200 |
---|---|---|
committer | Maximiliano Curia <maxy@debian.org> | 2013-05-12 15:06:36 +0200 |
commit | d3cc98f5030bf2cd64a433aa114abc398572594e (patch) | |
tree | 08b36a1c966a7284a491a6f2fdba4e36c5155b7f /debian/rules | |
parent | 3266ff494167daa2967b172019da1b69cc5ebe9d (diff) | |
download | kde4libs-d3cc98f5030bf2cd64a433aa114abc398572594e.tar.gz |
Avoid usage of HUpnp by config instead of Build-Conflicts.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index f70bc0f..598cf56 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ endif override_dh_auto_configure: $(overridden_command) -- -DKDE4_BUILD_TESTS=false \ + -DWITH_HUpnp=OFF \ -DKDE_DISTRIBUTION_TEXT="Debian packages" \ -DKDE4_USE_ALWAYS_FULL_RPATH=false \ -DCONFIG_INSTALL_DIR=/usr/share/kde4/config \ |