summaryrefslogtreecommitdiffstats
path: root/wayland/CMakeLists.txt
Commit message (Collapse)AuthorAge
* 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/.