From 46668b157a84713b894fc171af071a85ea9e96b8 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Thu, 30 May 2019 11:56:51 +0200 Subject: [PATCH] package/matchbox-panel: fix build with NLS Fixes: - http://autobuild.buildroot.org/results/3e72c2c2baae3a70fb5145b1b09a1f3716e4bce2 Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- package/matchbox-panel/matchbox-panel.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/matchbox-panel/matchbox-panel.mk b/package/matchbox-panel/matchbox-panel.mk index 344d8fde49..aaa7236824 100644 --- a/package/matchbox-panel/matchbox-panel.mk +++ b/package/matchbox-panel/matchbox-panel.mk @@ -10,7 +10,8 @@ MATCHBOX_PANEL_SOURCE = matchbox-panel-$(MATCHBOX_PANEL_VERSION).tar.bz2 MATCHBOX_PANEL_SITE = http://downloads.yoctoproject.org/releases/matchbox/matchbox-panel/$(MATCHBOX_PANEL_VERSION_MAJOR) MATCHBOX_PANEL_LICENSE = GPL-2.0+ MATCHBOX_PANEL_LICENSE_FILES = COPYING -MATCHBOX_PANEL_DEPENDENCIES = matchbox-lib +MATCHBOX_PANEL_DEPENDENCIES = matchbox-lib $(TARGET_NLS_DEPENDENCIES) +MATCHBOX_PANEL_CONF_ENV = LIBS=$(TARGET_NLS_LIBS) MATCHBOX_PANEL_CONF_OPTS = --enable-expat --enable-dnotify ifeq ($(BR2_PACKAGE_MATCHBOX_STARTUP_MONITOR),y) -- 2.30.2