grilo-plugins: use hostpkg glib-compile-resources

Add GLIB_COMPILE_RESOURCES to MAKE_FLAGS

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry picked from commit 8e0b7978ec)
This commit is contained in:
Eneas U de Queiroz 2018-12-07 23:03:02 -02:00 committed by Eneas U de Queiroz
parent 8ef82e9621
commit 86af453021
No known key found for this signature in database
GPG key ID: 1EB043ABD7ACF202

View file

@ -53,6 +53,8 @@ CONFIGURE_ARGS += \
--without-libintl-prefix \
--without-x \
MAKE_FLAGS += \
GLIB_COMPILE_RESOURCES="$(STAGING_DIR_HOSTPKG)/bin/glib-compile-resources"
define Package/grilo-plugins/install
$(INSTALL_DIR) $(1)/usr/lib/grilo-0.3
endef