Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-28 | Explicitly mark static linking in CMake | Tomáš Čech | |
When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case. | |||
2016-04-28 | Fix missing include paths | Tomáš Čech | |
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-03 | Add swaylock protocol, add resource destructors | Drew DeVault | |
This prevents sway crashing if swaybg or swaybar dies. | |||
2015-12-02 | cmake: build common code only once | Christoph Gysin | |
This creates (static) libraries for protocols/, common/, and wayland/. |