1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-28 01:36:23 +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(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)

View File

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