aboutsummaryrefslogtreecommitdiff
path: root/wayland/CMakeLists.txt
AgeCommit message (Collapse)AuthorLines
2017-12-01remove the rest of cmakeFurkan Sahin-32/+0
2016-12-08Fix build on FreeBSDFurkan Sahin-0/+2
- 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
2016-04-28Explicitly mark static linking in CMakeFurkan Sahin-1/+1
When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case.
2016-04-28Fix missing include pathsFurkan Sahin-0/+1
When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it.
2015-12-20make gdk-pixbuf dependency really optionalFurkan Sahin-2/+9
2015-12-10Initialize keyboard in registry pollFurkan Sahin-0/+2
2015-12-10Refactor gdk pixbuf code into shared client libFurkan Sahin-0/+3
2015-12-02cmake: build common code only onceFurkan Sahin-0/+17
This creates (static) libraries for protocols/, common/, and wayland/.