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
explicitly import Logs and Options from waflib
tags/v1.9.11-RC1
Karl Lindén
10 years ago
parent
eccfdb908d
commit
cf818931e4
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
dbus/wscript
+ 2
- 2
dbus/wscript
View File
@@ -2,9 +2,9 @@
# encoding: utf-8
import os.path
import Options
import re # subst_func
import Logs
from waflib import Logs, Options
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')
Write
Preview
Loading…
Cancel
Save