Skip to content

Commit

Permalink
Merge pull request #1455 from etam/dbus_dependency
Browse files Browse the repository at this point in the history
Update dbus dependency
  • Loading branch information
ddevault committed Nov 6, 2017
1 parent 96cd3a3 commit 37a4b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ find_package(Cairo REQUIRED)
find_package(Pango REQUIRED)
find_package(GdkPixbuf)
find_package(PAM)
find_package(DBus)
find_package(DBus 1.10)

find_package(LibInput REQUIRED)

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,16 @@ Install dependencies:
* cairo
* gdk-pixbuf2 *
* pam **
* dbus >= 1.10 ***
* imagemagick (required for image capture with swaygrab)
* ffmpeg (required for video capture with swaygrab)

_\*Only required for swaybar, swaybg, and swaylock_

_\*\*Only required for swaylock_

_\*\*\*Only required for tray support_

Run these commands:

mkdir build
Expand Down

0 comments on commit 37a4b62

Please sign in to comment.