Add x11-utils as dependency to have xmessage(1) for the welcome message

This commit is contained in:
Michael Stapelberg 2009-12-16 22:59:25 +01:00
parent 6cdf607424
commit 6e90d5adcf
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ In that case, please try using the versions mentioned below until a fix is provi
* asciidoc >= 8.3.0 for docs/hacking-howto * asciidoc >= 8.3.0 for docs/hacking-howto
* asciidoc, xmlto, docbook-xml for man/i3.man * asciidoc, xmlto, docbook-xml for man/i3.man
* Xlib, the one that comes with your X-Server * Xlib, the one that comes with your X-Server
* x11-utils for xmessage (only for displaying the welcome message, so this is
mainly interesting for distributors)
Recommendations: Recommendations:
* i3lock for locking your screen * i3lock for locking your screen

2
debian/control vendored
View File

@ -24,7 +24,7 @@ Package: i3-wm
Architecture: any Architecture: any
Priority: extra Priority: extra
Section: x11 Section: x11
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, x11-utils
Provides: x-window-manager Provides: x-window-manager
Suggests: rxvt-unicode | x-terminal-emulator Suggests: rxvt-unicode | x-terminal-emulator
Recommends: xfonts-base Recommends: xfonts-base