diff options
| author | Drew DeVault <sir@cmpwn.com> | 2015-11-12 08:17:52 -0500 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2015-11-12 08:17:52 -0500 |
| commit | aadcba4b7cfa9ce3096fd166a046b151fd5ba8fa (patch) | |
| tree | 62968b4f9a22d275965605cba155afbb69892ee0 /CMakeLists.txt | |
| parent | 250097d32b7503b5a3fbb14b4582534ae3957035 (diff) | |
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
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d8e4ebca..b497cedb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) |
