mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
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:
parent
c352cae55e
commit
4623900898
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user