grilo-plugins: use hostpkg glib-compile-resources
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Sat, 8 Dec 2018 01:03:02 +0000 (23:03 -0200)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 27 Nov 2019 13:21:07 +0000 (10:21 -0300)
Add GLIB_COMPILE_RESOURCES to MAKE_FLAGS

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry picked from commit 8e0b7978ec232345e7ba69c79cf447676295dd4e)

multimedia/grilo-plugins/Makefile

index 6fdbce2b35428d15fb7691b36cc3453d50a0ca7e..5879d6c160eec6907e55991a845f58c0e240981c 100644 (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