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:
parent
8ef82e9621
commit
86af453021
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue