~ubuntu-branches/ubuntu/lucid/portaudio19/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2008-02-26 08:35:34 UTC
  • Revision ID: james.westby@ubuntu.com-20080226083534-yq0rd2vlzbu6545j
Tags: 19+svn20071207-0ubuntu2
debian/rules: Comment out the line explicitly disabling jack support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        ENABLE_JACK = yes
47
47
endif
48
48
endif
49
 
ENABLE_JACK = no
 
49
#ENABLE_JACK = no
50
50
 
51
51
ifeq (yes,$(ENABLE_JACK))
52
52
        DH_GENCONTROL_ARGS += -Vjack-dev="libjack0.100.0-dev"