summaryrefslogtreecommitdiff
path: root/lib/renderers/wayland/CMakeLists.txt
AgeCommit message (Collapse)Author
2019-04-24Revert "Use x_LINK_LIBRARIES instead of x_LIBRARIES"Jari Vetoniemi
This reverts commit 620ae690209a36b680524f4a4d8bec2f464f05fa.
2019-04-23Use x_LINK_LIBRARIES instead of x_LIBRARIESTobias Kortkamp
The libraries might not be in the linkers default search path, so use absolute paths for them instead when using TARGET_LINK_LIBRARIES. Note that XKBCOMMON_LIBRARIES is an alias for XKBCOMMON_LIBRARY and already contains an absolute path. Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-04-23Depend on epoll-shim on FreeBSD/DragonFlyTobias Kortkamp
They do not natively support epoll(2) but require a library shim for it. Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-03-25Add options for renderers, make deps requiredDanilo Spinella
2018-04-08Port to wlroots layer shellDrew DeVault
2015-09-21Respect install destinations set by variablesTomáš Čech
Use CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR as destination base.
2015-02-02Fix mac os x buildJari Vetoniemi
2015-01-30Handle build-time dependency checking better, so you can compile bemenuJari Vetoniemi
without wayland or x11 easier.
2015-01-18Add math library linkageJari Vetoniemi
2014-11-23Basic pango.Jari Vetoniemi
2014-10-25Cleanup wayland renderer and plugin support.Jari Vetoniemi
2014-10-23Install wayland renderer as well.Jari Vetoniemi
2014-10-23Add wayland renderer (experimental)Jari Vetoniemi