All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] fluxbox: select xmodmap
@ 2012-10-25 10:40 yegorslists at googlemail.com
  2012-10-25 10:44 ` Thomas Petazzoni
  2012-10-26  7:27 ` Arnout Vandecappelle
  0 siblings, 2 replies; 3+ messages in thread
From: yegorslists at googlemail.com @ 2012-10-25 10:40 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Fluxbox uses xmodmap in its startup script.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
v2: add comment to the Config.in (Thomas Petazzoni)

 package/fluxbox/Config.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/fluxbox/Config.in b/package/fluxbox/Config.in
index e4d6c37..588e83b 100644
--- a/package/fluxbox/Config.in
+++ b/package/fluxbox/Config.in
@@ -3,6 +3,8 @@ config BR2_PACKAGE_FLUXBOX
 	depends on BR2_PACKAGE_XORG7
 	depends on BR2_INSTALL_LIBSTDCPP
 	select BR2_PACKAGE_XLIB_LIBX11
+	# Runtime dependency, needed by startup script
+	select BR2_PACKAGE_XAPP_XMODMAP
 	help
 	  The Fluxbox lightweight window manager for X
 
-- 
1.7.7

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

end of thread, other threads:[~2012-10-26  7:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 10:40 [Buildroot] [PATCH v2] fluxbox: select xmodmap yegorslists at googlemail.com
2012-10-25 10:44 ` Thomas Petazzoni
2012-10-26  7:27 ` Arnout Vandecappelle

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.