~deja-dup-hackers/deja-dup/34

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Michael Terry
  • Date: 2017-04-24 17:27:24 UTC
  • Revision ID: mike@mterry.name-20170424172724-2sibz6lfmveb7vxk
Remove unity support

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
override_dh_auto_configure:
12
12
        dh_auto_configure -- -DENABLE_NAUTILUS=ON \
13
 
                             -DENABLE_UNITY=ON \
14
 
                             -DENABLE_UNITY_CCPANEL=ON \
15
13
                             -DCMAKE_INSTALL_LIBEXECDIR="/usr/lib/${DEB_HOST_MULTIARCH}" \
16
14
                             -DCMAKE_INSTALL_SYSCONFDIR="/etc"
17
15