diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-04-02 18:42:03 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-04-02 18:42:03 -0500 |
commit | 61c9cb24d0d3319c8c800fabf1af8153dcabce2c (patch) | |
tree | 9dc656d316b97498e7fdde4d4fd4bb82a9b6fdd9 /debian/wheezy | |
parent | b759181c8f5e0e3475ace45fbcda52fd62ce3113 (diff) | |
download | tde-packaging-61c9cb24d0d3319c8c800fabf1af8153dcabce2c.tar.gz tde-packaging-61c9cb24d0d3319c8c800fabf1af8153dcabce2c.zip |
Enable SCM metadata extraction in DrKonqi on Debian and Ubuntu
Diffstat (limited to 'debian/wheezy')
-rwxr-xr-x | debian/wheezy/tdebase/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/wheezy/tdebase/debian/rules b/debian/wheezy/tdebase/debian/rules index dcf98ccd7..100951a37 100755 --- a/debian/wheezy/tdebase/debian/rules +++ b/debian/wheezy/tdebase/debian/rules @@ -39,6 +39,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_ARTS="ON" \ -DWITH_PAM="ON" \ -DWITH_SASL="ON" \ + -DWITH_ELFICON="ON" \ -DWITH_SUDO_TDESU_BACKEND="OFF" \ -DWITH_SUDO_KONSOLE_SUPER_USER_COMMAND="OFF" \ -DWITH_LDAP="ON" \ |