summaryrefslogtreecommitdiffstats
path: root/wayland/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Fix build on FreeBSDLibravatar Greg V2016-12-09
| | | | | | | | | - Make sure CMake always finds absolute paths for Cairo, Pango and GdkPixbuf - Add forgotten json-c include path to swaymsg/CMakeLists.txt - Disable -Werror because of assert warnings - Add correct /proc/pid/file path for FreeBSD - Use libepoll-shim on FreeBSD - Only use Linux capabilities on, well, Linux
* Explicitly mark static linking in CMakeLibravatar Tomáš Čech2016-04-28
| | | | | When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case.
* Fix missing include pathsLibravatar Tomáš Čech2016-04-28
| | | | | | When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it.
* make gdk-pixbuf dependency really optionalLibravatar progandy2015-12-20
|
* Initialize keyboard in registry pollLibravatar Drew DeVault2015-12-10
|
* Refactor gdk pixbuf code into shared client libLibravatar Drew DeVault2015-12-10
|
* cmake: build common code only onceLibravatar Christoph Gysin2015-12-02
This creates (static) libraries for protocols/, common/, and wayland/.