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>
(cherry picked from commit b7511fa256
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a9db41dd13
commit
e29187f10b
@ -14,11 +14,13 @@ RYGEL_DEPENDENCIES = \
|
||||
gupnp-av \
|
||||
libgee \
|
||||
libmediaart \
|
||||
sqlite
|
||||
sqlite \
|
||||
$(TARGET_NLS_DEPENDENCIES)
|
||||
RYGEL_INSTALL_STAGING = YES
|
||||
# We're patching configure.ac
|
||||
RYGEL_AUTORECONF = YES
|
||||
|
||||
RYGEL_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||
RYGEL_CONF_OPTS += \
|
||||
--disable-apidocs \
|
||||
--disable-coverage \
|
||||
|
Loading…
Reference in New Issue
Block a user