mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Revert "madplay: fix musl gettext support detection"
This reverts commit a0a244d26d8e7e7e5465c3e6e9fcd1c31e2c178d. As this is now handled globally in TARGET_CONFIGURE_ARGS, this can be reverted here. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
dc95d50fe3
commit
28fc73efaf
@ -11,11 +11,6 @@ MADPLAY_LICENSE_FILES = COPYING COPYRIGHT
|
|||||||
MADPLAY_LIBTOOL_PATCH = NO
|
MADPLAY_LIBTOOL_PATCH = NO
|
||||||
MADPLAY_DEPENDENCIES = libmad libid3tag $(if $(BR2_PACKAGE_GETTEXT),gettext)
|
MADPLAY_DEPENDENCIES = libmad libid3tag $(if $(BR2_PACKAGE_GETTEXT),gettext)
|
||||||
|
|
||||||
# configure script misdetects musl gettext support
|
|
||||||
ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)
|
|
||||||
MADPLAY_CONF_ENV += gt_cv_func_gnugettext1_libc=yes
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Check if ALSA is built, then we should configure after alsa-lib so
|
# Check if ALSA is built, then we should configure after alsa-lib so
|
||||||
# ./configure can find alsa-lib.
|
# ./configure can find alsa-lib.
|
||||||
ifeq ($(BR2_PACKAGE_MADPLAY_ALSA),y)
|
ifeq ($(BR2_PACKAGE_MADPLAY_ALSA),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user