|
@@ -10,6 +10,8 @@ LIBUIO_SITE = $(call github,Linutronix,libuio,$(LIBUIO_VERSION))
|
|
|
LIBUIO_LICENSE = LGPL-2.1 (library), GPL-2.0 (programs)
|
|
|
LIBUIO_LICENSE_FILES = COPYING
|
|
|
LIBUIO_CONF_OPTS = --with-glib=no --without-werror
|
|
|
+LIBUIO_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
|
|
+LIBUIO_LIBS = $(TARGET_NLS_LIBS)
|
|
|
LIBUIO_INSTALL_STAGING = YES
|
|
|
|
|
|
# Fetched from github, no pre-generated configure script provided
|
|
@@ -24,13 +26,6 @@ LIBUIO_DEPENDENCIES += argp-standalone
|
|
|
LIBUIO_LIBS += -largp
|
|
|
endif
|
|
|
|
|
|
-# libuio pulls in libintl if needed, so ensure we also
|
|
|
-# link against it, otherwise static linking fails
|
|
|
-ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
|
|
|
-LIBUIO_DEPENDENCIES += gettext
|
|
|
-LIBUIO_LIBS += -lintl
|
|
|
-endif
|
|
|
-
|
|
|
LIBUIO_CONF_ENV += LIBS="$(LIBUIO_LIBS)"
|
|
|
|
|
|
$(eval $(autotools-package))
|