Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jack2
Commits
484d28f0
Unverified
Commit
484d28f0
authored
Dec 13, 2015
by
Karl Linden
Browse files
Remove unused HAVE_TIMERFD define.
parent
b62b650d
Changes
1
Hide whitespace changes
Inline
Side-by-side
linux/wscript
View file @
484d28f0
...
...
@@ -8,8 +8,7 @@ def create_jack_driver_obj(bld, target, sources, uselib = None):
driver
=
bld
(
features
=
[
'c'
,
'cxx'
,
'cxxshlib'
,
'cshlib'
])
driver
.
env
[
'cxxshlib_PATTERN'
]
=
'jack_%s.so'
#driver.defines = ['HAVE_CONFIG_H','SERVER_SIDE', 'HAVE_PPOLL']
driver
.
defines
=
[
'HAVE_CONFIG_H'
,
'SERVER_SIDE'
,
'HAVE_PPOLL'
,
'HAVE_TIMERFD'
]
driver
.
defines
=
[
'HAVE_CONFIG_H'
,
'SERVER_SIDE'
,
'HAVE_PPOLL'
]
driver
.
includes
=
[
'.'
,
'../linux'
,
'../posix'
,
'../common'
,
'../common/jack'
,
'../dbus'
,
'../'
]
driver
.
target
=
target
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment