~ubuntu-branches/ubuntu/karmic/kcemirror/karmic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Wenning
  • Date: 2009-03-27 17:45:55 UTC
  • Revision ID: james.westby@ubuntu.com-20090327174555-lknt9lmtccu4ar1t
Tags: 0.1.5-3ubuntu1
* Remove aRts support. (LP: #320915)
  - debian/rules: Add --without-arts to ./configure line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        ../configure $(configkde) \
80
80
        --with-distribution="$$version (`cat /etc/debian_version`)" \
81
81
        --enable-mitshm --with-alsa --with-ipv6-lookup=auto \
82
 
        $(FAST_MALLOC) $(XINERAMA)
 
82
        --without-arts $(FAST_MALLOC) $(XINERAMA)
83
83
 
84
84
        touch configure-stamp
85
85