This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
switch from set_options() to options()
tags/1.9.9.5
Nedko Arnaudov
13 years ago
parent
6f90ab9742
commit
83f991900d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dbus/wscript
+ 1
- 1
dbus/wscript
View File
@@ -6,7 +6,7 @@ import Options
import re # subst_func
import Logs
def
set_
options(opt):
def options(opt):
opt.add_option('--enable-pkg-config-dbus-service-dir', action='store_true', default=False, help='force D-Bus service install dir to be one returned by pkg-config')
def configure(conf):
Write
Preview
Loading…
Cancel
Save