diff options
author | Maximiliano Curia <maxy@debian.org> | 2013-11-06 10:33:26 +0100 |
---|---|---|
committer | Maximiliano Curia <maxy@debian.org> | 2013-11-06 10:33:26 +0100 |
commit | 81450a979eff2764bca24e347f4af030c8a42e4d (patch) | |
tree | f4ea1cb25ea07a8440e28cfbbb518c931a40567a /debian/rules | |
parent | 4f53f58db5460e88c2f990a480ee870db1c5abf2 (diff) | |
download | kde4libs-81450a979eff2764bca24e347f4af030c8a42e4d.tar.gz |
Switch to udisks2 backend.
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 598cf56..7751dd3 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,7 @@ endif override_dh_auto_configure: $(overridden_command) -- -DKDE4_BUILD_TESTS=false \ -DWITH_HUpnp=OFF \ + -DWITH_SOLID_UDISKS2=ON \ -DKDE_DISTRIBUTION_TEXT="Debian packages" \ -DKDE4_USE_ALWAYS_FULL_RPATH=false \ -DCONFIG_INSTALL_DIR=/usr/share/kde4/config \ |