mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +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(WLC REQUIRED)
|
||||||
find_package(Wayland REQUIRED)
|
find_package(Wayland REQUIRED)
|
||||||
find_package(XKBCommon REQUIRED)
|
find_package(XKBCommon REQUIRED)
|
||||||
find_package(Cairo)
|
find_package(Cairo REQUIRED)
|
||||||
find_package(Pango)
|
find_package(Pango REQUIRED)
|
||||||
find_package(GdkPixbuf)
|
find_package(GdkPixbuf)
|
||||||
find_package(PAM)
|
find_package(PAM)
|
||||||
|
|
||||||
|
|
|
@ -45,8 +45,8 @@ Install dependencies:
|
||||||
* asciidoc
|
* asciidoc
|
||||||
* pcre
|
* pcre
|
||||||
* json-c
|
* json-c
|
||||||
* pango *
|
* pango
|
||||||
* cairo *
|
* cairo
|
||||||
* gdk-pixbuf2 *
|
* gdk-pixbuf2 *
|
||||||
* pam **
|
* pam **
|
||||||
* imagemagick (required for image capture with swaygrab)
|
* imagemagick (required for image capture with swaygrab)
|
||||||
|
|
Loading…
Reference in a new issue