Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] freerdp: fix wayland client dependency chain failure
@ 2017-11-19 21:48 Adam Duskett
  2017-11-20  7:47 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Duskett @ 2017-11-19 21:48 UTC (permalink / raw)
  To: buildroot

If the wayland client is selected, freerdp depends on libxkbcommon without
depending on it in the mk file.

Fixes:
http://autobuild.buildroot.net/results/dc3/dc3e11f7076a8355f3d2f9cb49c6325dcf7084bd
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
---
 package/freerdp/freerdp.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/freerdp/freerdp.mk b/package/freerdp/freerdp.mk
index 69a89a190c..29c35164c3 100644
--- a/package/freerdp/freerdp.mk
+++ b/package/freerdp/freerdp.mk
@@ -207,6 +207,10 @@ else
 FREERDP_CONF_OPTS += -DWITH_WAYLAND=OFF
 endif
 
+ifeq ($(BR2_PACKAGE_FREERDP_CLIENT_WL),y)
+FREERDP_DEPENDENCIES += libxkbcommon
+endif
+
 #---------------------------------------
 # Post-install hooks to cleanup and install missing stuff
 
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-25 17:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-19 21:48 [Buildroot] [PATCH 1/1] freerdp: fix wayland client dependency chain failure Adam Duskett
2017-11-20  7:47 ` Thomas Petazzoni
2017-11-20 21:14   ` Yann E. MORIN
2017-11-25 17:16     ` Adam Duskett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox