grilo-plugins: use hostpkg glib-compile-resources
authorEneas U de Queiroz <[email protected]>
Sat, 8 Dec 2018 01:03:02 +0000 (23:03 -0200)
committerEneas U de Queiroz <[email protected]>
Sat, 8 Dec 2018 01:15:50 +0000 (23:15 -0200)
Add GLIB_COMPILE_RESOURCES to MAKE_FLAGS

Signed-off-by: Eneas U de Queiroz <[email protected]>
multimedia/grilo-plugins/Makefile

index 36f9bf31afb9d77976fe272c8f5313301c00c2c7..63fa298973d8fb49a5662f7a1f156c6cb5a98704 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=grilo-plugins
 PKG_VERSION:=0.3.7
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_MAINTAINER:=W. Michael Petullo <[email protected]>
 PKG_LICENSE:=LGPLv2.1
@@ -66,6 +66,8 @@ CONFIGURE_ARGS += \
         --disable-tmdb \
         --disable-freebox
 
+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