Add new dependencies for wayland clients

Cairo for rendering shit, Pango for text rendering, and wayland client
stuff. Thanks @Cloudef, blatantly ripping off his cmake files for this
This commit is contained in:
Drew DeVault 2015-11-12 08:17:52 -05:00
parent 250097d32b
commit aadcba4b7c
7 changed files with 661 additions and 0 deletions

View file

@ -40,6 +40,9 @@ find_package(WLC REQUIRED)
find_package(A2X REQUIRED)
find_package(PCRE REQUIRED)
find_package(JsonC REQUIRED)
FIND_PACKAGE(Wayland REQUIRED)
FIND_PACKAGE(Cairo REQUIRED)
FIND_PACKAGE(Pango REQUIRED)
FILE(GLOB sources ${PROJECT_SOURCE_DIR}/sway/*.c)