mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
Set Cairo and Pango as required dependencies
This commit is contained in:
parent
d541a02461
commit
2c9553a6fd
@ -54,8 +54,8 @@ find_package(PCRE REQUIRED)
|
||||
find_package(WLC REQUIRED)
|
||||
find_package(Wayland REQUIRED)
|
||||
find_package(XKBCommon REQUIRED)
|
||||
find_package(Cairo)
|
||||
find_package(Pango)
|
||||
find_package(Cairo REQUIRED)
|
||||
find_package(Pango REQUIRED)
|
||||
find_package(GdkPixbuf)
|
||||
find_package(PAM)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user