fix(docs): Add libcx11-xcb-dev to the list of dependencies

This commit is contained in:
Michael Carlberg 2016-10-17 05:59:13 +02:00
parent de0c3eb46a
commit 4d24097092
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ Optional dependencies for module support:
~~~ sh
$ pacman -S cmake python2 boost xcb-util-wm libxft wireless_tools alsa-lib libmpdclient jsoncpp
$ apt-get install cmake cmake-data libboost-dev libfreetype6-dev libxcb1-dev libxcb-util0-dev libxcb-randr0-dev libxcb-ewmh-dev libxcb-icccm4-dev xcb-proto python-xcbgen i3-wm libiw-dev libasound2-dev libmpdclient-dev
$ apt-get install cmake cmake-data libboost-dev libfreetype6-dev libxcb1-dev libx11-xcb-dev libxcb-util0-dev libxcb-randr0-dev libxcb-ewmh-dev libxcb-icccm4-dev xcb-proto python-xcbgen i3-wm libiw-dev libasound2-dev libmpdclient-dev
~~~