Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-24 | Revert "Use x_LINK_LIBRARIES instead of x_LIBRARIES" | Jari Vetoniemi | |
This reverts commit 620ae690209a36b680524f4a4d8bec2f464f05fa. | |||
2019-04-23 | Use x_LINK_LIBRARIES instead of x_LIBRARIES | Tobias 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-23 | Depend on epoll-shim on FreeBSD/DragonFly | Tobias 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-25 | Add options for renderers, make deps required | Danilo Spinella | |
2018-04-08 | Port to wlroots layer shell | Drew DeVault | |
2015-09-21 | Respect install destinations set by variables | Tomáš Čech | |
Use CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR as destination base. | |||
2015-02-02 | Fix mac os x build | Jari Vetoniemi | |
2015-01-30 | Handle build-time dependency checking better, so you can compile bemenu | Jari Vetoniemi | |
without wayland or x11 easier. | |||
2015-01-18 | Add math library linkage | Jari Vetoniemi | |
2014-11-23 | Basic pango. | Jari Vetoniemi | |
2014-10-25 | Cleanup wayland renderer and plugin support. | Jari Vetoniemi | |
2014-10-23 | Install wayland renderer as well. | Jari Vetoniemi | |
2014-10-23 | Add wayland renderer (experimental) | Jari Vetoniemi | |