1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-13 15:46:25 +02:00

Set Cairo and Pango as required dependencies

This commit is contained in:
Drew DeVault 2016-05-14 15:18:44 -04:00
parent d541a02461
commit 2c9553a6fd
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -45,8 +45,8 @@ Install dependencies:
* asciidoc
* pcre
* json-c
* pango *
* cairo *
* pango
* cairo
* gdk-pixbuf2 *
* pam **
* imagemagick (required for image capture with swaygrab)