From 86af453021acda116518352b9a4d2c8dff4a1ca7 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Fri, 7 Dec 2018 23:03:02 -0200 Subject: [PATCH] grilo-plugins: use hostpkg glib-compile-resources Add GLIB_COMPILE_RESOURCES to MAKE_FLAGS Signed-off-by: Eneas U de Queiroz (cherry picked from commit 8e0b7978ec232345e7ba69c79cf447676295dd4e) --- multimedia/grilo-plugins/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/grilo-plugins/Makefile b/multimedia/grilo-plugins/Makefile index 6fdbce2b35..5879d6c160 100644 --- a/multimedia/grilo-plugins/Makefile +++ b/multimedia/grilo-plugins/Makefile @@ -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 -- 2.30.2