Dbus must be at least version 1.10

Function dbus_message_iter_get_element_count is available since 1.10.
This commit is contained in:
Adam Mizerski 2017-11-05 20:19:38 +01:00
parent c352cae55e
commit 4623900898
1 changed files with 1 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)