Merge pull request #1455 from etam/dbus_dependency

Update dbus dependency
This commit is contained in:
Drew DeVault 2017-11-05 14:41:14 -05:00 committed by GitHub
commit 7c3b0ffc32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -68,7 +68,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)

View File

@ -66,6 +66,7 @@ Install dependencies:
* cairo
* gdk-pixbuf2 *
* pam **
* dbus >= 1.10 ***
* imagemagick (required for image capture with swaygrab)
* ffmpeg (required for video capture with swaygrab)
@ -73,6 +74,8 @@ _\*Only required for swaybar, swaybg, and swaylock_
_\*\*Only required for swaylock_
_\*\*\*Only required for tray support_
Run these commands:
mkdir build