Add x11-utils as dependency to have xmessage(1) for the welcome message
This commit is contained in:
parent
57e4972fd1
commit
a61e34d277
2
DEPENDS
2
DEPENDS
|
@ -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, xmlto, docbook-xml for man/i3.man
|
||||
* 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:
|
||||
* i3lock for locking your screen
|
||||
|
|
|
@ -22,7 +22,7 @@ Description: metapackage (i3 window manager, screen locker, menu, statusbar)
|
|||
Package: i3-wm
|
||||
Architecture: any
|
||||
Section: x11
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, x11-utils
|
||||
Provides: x-window-manager
|
||||
Suggests: rxvt-unicode | x-terminal-emulator
|
||||
Recommends: xfonts-base
|
||||
|
|
Loading…
Reference in New Issue