Skip to content
GitLab
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
9070e963
Commit
9070e963
authored
Jan 13, 2010
by
Torben Hohn
Browse files
require alsa 1.0.18
parent
7ceef48f
Changes
1
Hide whitespace changes
Inline
Side-by-side
linux/wscript
View file @
9070e963
...
...
@@ -2,7 +2,7 @@
# encoding: utf-8
def
configure
(
conf
):
conf
.
check_cfg
(
package
=
'alsa'
,
atleast_version
=
'1.0.
0
'
,
args
=
'--cflags --libs'
)
conf
.
check_cfg
(
package
=
'alsa'
,
atleast_version
=
'1.0.
18
'
,
args
=
'--cflags --libs'
)
conf
.
env
[
'BUILD_DRIVER_ALSA'
]
=
conf
.
is_defined
(
'HAVE_ALSA'
)
conf
.
check_cfg
(
package
=
'libfreebob'
,
atleast_version
=
'1.0.0'
,
args
=
'--cflags --libs'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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