mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/rygel: fix build with NLS
Fixes: - http://autobuild.buildroot.org/results/1aea53bedb9620a0881e5d4ea76820d49df2f2d8 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f3d53bd049
commit
b7511fa256
@ -14,11 +14,13 @@ RYGEL_DEPENDENCIES = \
|
|||||||
gupnp-av \
|
gupnp-av \
|
||||||
libgee \
|
libgee \
|
||||||
libmediaart \
|
libmediaart \
|
||||||
sqlite
|
sqlite \
|
||||||
|
$(TARGET_NLS_DEPENDENCIES)
|
||||||
RYGEL_INSTALL_STAGING = YES
|
RYGEL_INSTALL_STAGING = YES
|
||||||
# We're patching configure.ac
|
# We're patching configure.ac
|
||||||
RYGEL_AUTORECONF = YES
|
RYGEL_AUTORECONF = YES
|
||||||
|
|
||||||
|
RYGEL_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||||
RYGEL_CONF_OPTS += \
|
RYGEL_CONF_OPTS += \
|
||||||
--disable-apidocs \
|
--disable-apidocs \
|
||||||
--disable-coverage \
|
--disable-coverage \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user