Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
f126809e
Commit
f126809e
authored
Apr 08, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Fix package name for FAudio.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=50436
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8511670b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
configure
configure
+6
-6
configure.ac
configure.ac
+1
-1
No files found.
configure
View file @
f126809e
...
...
@@ -2728,8 +2728,8 @@ Some influential environment variables:
SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
SDL2_LIBS Linker flags for sdl2, overriding pkg-config
FAUDIO_CFLAGS
C compiler flags for
fa
udio, overriding pkg-config
FAUDIO_LIBS Linker flags for
fa
udio, overriding pkg-config
C compiler flags for
FA
udio, overriding pkg-config
FAUDIO_LIBS Linker flags for
FA
udio, overriding pkg-config
CAPI20_CFLAGS
C compiler flags for capi20, overriding pkg-config
CAPI20_LIBS Linker flags for capi20, overriding pkg-config
...
...
@@ -15145,19 +15145,19 @@ if test "x$with_faudio" != "xno"
then
if
${
FAUDIO_CFLAGS
:+false
}
:
;
then
:
if
${
PKG_CONFIG
+
:
}
false
;
then
:
FAUDIO_CFLAGS
=
`
$PKG_CONFIG
--cflags
fa
udio 2>/dev/null
`
FAUDIO_CFLAGS
=
`
$PKG_CONFIG
--cflags
FA
udio 2>/dev/null
`
fi
fi
if
${
FAUDIO_LIBS
:+false
}
:
;
then
:
if
${
PKG_CONFIG
+
:
}
false
;
then
:
FAUDIO_LIBS
=
`
$PKG_CONFIG
--libs
fa
udio 2>/dev/null
`
FAUDIO_LIBS
=
`
$PKG_CONFIG
--libs
FA
udio 2>/dev/null
`
fi
fi
FAUDIO_LIBS
=
${
FAUDIO_LIBS
:-
"-lFAudio"
}
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
fa
udio cflags:
$FAUDIO_CFLAGS
"
>
&5
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
fa
udio libs:
$FAUDIO_LIBS
"
>
&5
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
FA
udio cflags:
$FAUDIO_CFLAGS
"
>
&5
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
FA
udio libs:
$FAUDIO_LIBS
"
>
&5
ac_save_CPPFLAGS
=
$CPPFLAGS
CPPFLAGS
=
"
$CPPFLAGS
$FAUDIO_CFLAGS
"
for
ac_header
in
FAudio.h
...
...
configure.ac
View file @
f126809e
...
...
@@ -1724,7 +1724,7 @@ WINE_NOTICE_WITH(sdl,[test "x$ac_cv_lib_soname_SDL2" = "x"],
dnl **** Check for FAudio ****
if test "x$with_faudio" != "xno"
then
WINE_PACKAGE_FLAGS(FAUDIO,[
fa
udio],[-lFAudio],,,
WINE_PACKAGE_FLAGS(FAUDIO,[
FA
udio],[-lFAudio],,,
[AC_CHECK_HEADERS([FAudio.h],
[WINE_CHECK_SONAME(FAudio,FAudioCreate,,,[$FAUDIO_LIBS],[[libFAudio*]])])
WINE_CHECK_LIB_FUNCS([FAudio_CommitOperationSet \
...
...
Write
Preview
Markdown
is supported
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