All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/matchbox/matchbox-panel: Depends on MMU
@ 2014-08-09 12:02 Bernd Kuhls
  2014-08-09 12:02 ` [Buildroot] [PATCH 2/2] package/matchbox/matchbox-desktop: " Bernd Kuhls
  2014-08-09 12:51 ` [Buildroot] [PATCH 1/2] package/matchbox/matchbox-panel: " Bernd Kuhls
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2014-08-09 12:02 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/8d5/8d5ad404fab7ec2a501972ba9c08b0109e420b80/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/matchbox/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in
index da02df3..74c370c 100644
--- a/package/matchbox/Config.in
+++ b/package/matchbox/Config.in
@@ -13,6 +13,7 @@ if BR2_PACKAGE_MATCHBOX
 
 config BR2_PACKAGE_MATCHBOX_PANEL
 	bool "Matchbox Panel"
+	depends on BR2_USE_MMU # fork()
 	help
 	  A flexible always present 'window bar' for holding
 	  application launchers.
-- 
1.7.10.4

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

* [Buildroot] [PATCH 2/2] package/matchbox/matchbox-desktop: Depends on MMU
  2014-08-09 12:02 [Buildroot] [PATCH 1/2] package/matchbox/matchbox-panel: Depends on MMU Bernd Kuhls
@ 2014-08-09 12:02 ` Bernd Kuhls
  2014-08-09 12:51 ` [Buildroot] [PATCH 1/2] package/matchbox/matchbox-panel: " Bernd Kuhls
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2014-08-09 12:02 UTC (permalink / raw)
  To: buildroot

Fixes
mbdesktop_win_plugin.o: In function `mbdesktop_win_plugin_load':
/home/br/br/output/build/matchbox-desktop-0.9.1/src/mbdesktop_win_plugin.c:22: undefined reference to `_fork'

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/matchbox/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in
index 74c370c..5b7a9b8 100644
--- a/package/matchbox/Config.in
+++ b/package/matchbox/Config.in
@@ -20,6 +20,7 @@ config BR2_PACKAGE_MATCHBOX_PANEL
 
 config BR2_PACKAGE_MATCHBOX_DESKTOP
 	bool "Matchbox Desktop"
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_ZLIB
 	help
 	  A PDA style application launcher or 'item browser'.
-- 
1.7.10.4

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

* [Buildroot] [PATCH 1/2] package/matchbox/matchbox-panel: Depends on MMU
  2014-08-09 12:02 [Buildroot] [PATCH 1/2] package/matchbox/matchbox-panel: Depends on MMU Bernd Kuhls
  2014-08-09 12:02 ` [Buildroot] [PATCH 2/2] package/matchbox/matchbox-desktop: " Bernd Kuhls
@ 2014-08-09 12:51 ` Bernd Kuhls
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2014-08-09 12:51 UTC (permalink / raw)
  To: buildroot

Bernd Kuhls <bernd.kuhls@t-online.de> wrote in
news:1407585743-20742-1-git-send-email-bernd.kuhls at t-online.de: 

> Fixes
> http://autobuild.buildroot.net/results/8d5/8d5ad404fab7ec2a501972ba9c08b0
> 109e420b80/ 

Hi,

I marked this series as superseded in patchworks because matchbox-wm also
fails to compile, since this package has no Config.in option I will send a
new patch. 

Regards, Bernd

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

end of thread, other threads:[~2014-08-09 12:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-09 12:02 [Buildroot] [PATCH 1/2] package/matchbox/matchbox-panel: Depends on MMU Bernd Kuhls
2014-08-09 12:02 ` [Buildroot] [PATCH 2/2] package/matchbox/matchbox-desktop: " Bernd Kuhls
2014-08-09 12:51 ` [Buildroot] [PATCH 1/2] package/matchbox/matchbox-panel: " Bernd Kuhls

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.