[Buildroot] [git commit] fluxbox: select xmodmap

Peter Korsgaard jacmet at sunsite.dk
Fri Nov 2 19:56:31 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=0f12f2902372658a657f3df306b16a4a5be4888b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fluxbox uses xmodmap in its startup script.

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 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
 


More information about the buildroot mailing list