diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2012-10-25 12:40:52 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-02 20:56:31 +0100 |
commit | 0f12f2902372658a657f3df306b16a4a5be4888b (patch) | |
tree | aaf23c943f2ec844e820899ed3f00a642bc00162 /package | |
parent | 3ff05f80ffb82e077a332b0c0625f4696a138528 (diff) | |
download | buildroot-novena-0f12f2902372658a657f3df306b16a4a5be4888b.tar.gz buildroot-novena-0f12f2902372658a657f3df306b16a4a5be4888b.zip |
fluxbox: select xmodmap
Fluxbox uses xmodmap in its startup script.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | 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 e4d6c3700..588e83b06 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 |