mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
alsa-utils: Add rename accidently dropped during patch merge
(From OE-Core rev: 96b7e1780c3a25bc19022b66a9d92a9ccf22dc59) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
Rebase the patch to fit 1.0.24.2
|
||||
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
|
||||
|
||||
diff -ruN alsa-utils-1.0.24.2-orig//configure.in alsa-utils-1.0.24.2/configure.in
|
||||
--- alsa-utils-1.0.24.2-orig//configure.in 2011-04-13 13:51:20.337665010 +0800
|
||||
+++ alsa-utils-1.0.24.2/configure.in 2011-04-13 13:51:54.437664986 +0800
|
||||
@@ -127,34 +127,16 @@
|
||||
NCURSESLIBSUFFIX=""
|
||||
CURSES_NLS="no"
|
||||
if test "$curseslib" = "ncursesw" -o \( "$curseslib" = "auto" -a "$USE_NLS" = "yes" \); then
|
||||
- AC_CHECK_PROG([ncursesw5_config], [ncursesw5-config], [yes])
|
||||
- if test "$ncursesw5_config" = "yes"; then
|
||||
- CURSESINC="<ncurses.h>"
|
||||
- CURSESLIB=`ncursesw5-config --libs`
|
||||
- CURSESLIBDIR=`ncursesw5-config --libdir`
|
||||
- CURSES_CFLAGS=`ncursesw5-config --cflags`
|
||||
- curseslib="ncursesw"
|
||||
- else
|
||||
AC_CHECK_LIB(ncursesw, initscr,
|
||||
[ CURSESINC='<ncurses.h>'; CURSESLIB='-lncursesw'; curseslib="ncursesw"])
|
||||
- fi
|
||||
if test -n "$CURSESINC"; then
|
||||
NCURSESLIBSUFFIX="w"
|
||||
CURSES_NLS="yes"
|
||||
fi
|
||||
fi
|
||||
if test "$curseslib" = "ncurses" -o "$curseslib" = "auto"; then
|
||||
- AC_CHECK_PROG([ncurses5_config], [ncurses5-config], [yes])
|
||||
- if test "$ncurses5_config" = "yes"; then
|
||||
- CURSESINC="<ncurses.h>"
|
||||
- CURSESLIB=`ncurses5-config --libs`
|
||||
- CURSESLIBDIR=`ncurses5-config --libdir`
|
||||
- CURSES_CFLAGS=`ncurses5-config --cflags`
|
||||
- curseslib="ncurses"
|
||||
- else
|
||||
AC_CHECK_LIB(ncurses, initscr,
|
||||
[ CURSESINC='<ncurses.h>'; CURSESLIB='-lncurses'; curseslib="ncurses"])
|
||||
- fi
|
||||
fi
|
||||
if test "$curseslib" = "curses" -o "$curseslib" = "auto"; then
|
||||
AC_CHECK_LIB(curses, initscr,
|
||||
Reference in New Issue
Block a user