mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-11-15 19:47:57 +01:00
Set Cairo and Pango as required dependencies
This commit is contained in:
parent
d541a02461
commit
2c9553a6fd
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -45,8 +45,8 @@ Install dependencies:
|
|||
* asciidoc
|
||||
* pcre
|
||||
* json-c
|
||||
* pango *
|
||||
* cairo *
|
||||
* pango
|
||||
* cairo
|
||||
* gdk-pixbuf2 *
|
||||
* pam **
|
||||
* imagemagick (required for image capture with swaygrab)
|
||||
|
|
Loading…
Reference in a new issue