mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
acinclude/configure: rework HAVE_LIBSTB_HAL handling; drop USE_STB_HAL
Origin commit data
------------------
Branch: ni/coolstream
Commit: b00ccf15a1
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-01-28 (Sat, 28 Jan 2023)
Origin message was:
------------------
- acinclude/configure: rework HAVE_LIBSTB_HAL handling; drop USE_STB_HAL
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
12
acinclude.m4
12
acinclude.m4
@@ -594,18 +594,6 @@ elif test "$BOXTYPE" = "mipsbox"; then
|
||||
AC_DEFINE(HAVE_MIPS_HARDWARE, 1, [building for an mipsbox])
|
||||
fi
|
||||
|
||||
# BOXTYPEs that use libstb-hal
|
||||
case "$BOXTYPE" in
|
||||
coolstream)
|
||||
libstb_hal=no
|
||||
;;
|
||||
*)
|
||||
AC_DEFINE(HAVE_LIBSTB_HAL, 1, [use libstb-hal])
|
||||
libstb_hal=yes
|
||||
;;
|
||||
esac
|
||||
AM_CONDITIONAL(HAVE_LIBSTB_HAL, test "$libstb_hal" = "yes")
|
||||
|
||||
# uclibc
|
||||
AM_CONDITIONAL(HAVE_UCLIBC, test "$targetlibdir/ld-uClibc.so.0")
|
||||
|
||||
|
Reference in New Issue
Block a user