diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-12-07 23:03:02 -0200 |
---|---|---|
committer | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-12-07 23:15:50 -0200 |
commit | 8e0b7978ec232345e7ba69c79cf447676295dd4e (patch) | |
tree | 6c0521c5e3b78ac7c9834f68769483a456cbadbd /multimedia | |
parent | 90ecf737c89102383fda1871469db6c90e281d02 (diff) |
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>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/grilo-plugins/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/grilo-plugins/Makefile b/multimedia/grilo-plugins/Makefile index 36f9bf31a..63fa29897 100644 --- a/multimedia/grilo-plugins/Makefile +++ b/multimedia/grilo-plugins/Makefile @@ -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 <mike@flyn.org> 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 |