Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-12 | Use #if instead of #ifdef for wlroots config data | emersion | |
This prevents some annoying issues when e.g. not including wlr/config.h or making a typo in the guard name. | |||
2018-08-24 | Revert "Revert "Merge pull request #1194 from ascent12/meson_feature"" | Scott Anderson | |
This reverts commit 9c886f20b97b6ab1ac85b849f1fe7f16eb199ff0. | |||
2018-08-23 | Revert "Merge pull request #1194 from ascent12/meson_feature" | Drew DeVault | |
This breaks wlroots when used as a meson subproject. This reverts commit dea311992eb4ff3e343c3cf5b0603034223d2a42, reversing changes made to 6db9c4b74667c1d917d720f5e96985a2461569fb. | |||
2018-08-23 | Use input file for configure_file | Scott Anderson | |
This is so we can potentially add comments to it, and so if a user looks at the installed header, they can see the /* #undef WLR_HAS_FEATURE */ line to see every option, even if not available. | |||
2018-08-22 | Install headers explicitly | Scott Anderson | |
2018-04-03 | Install include directory into includedir | Danilo Spinella | |
Follow includedir parameter when installing include directory. | |||
2017-12-28 | Further fixes to header install dir | Drew DeVault | |
2017-12-27 | libwlroots: Add shared library versioning | Björn Esser | |
2017-12-27 | include: Generate and install version-header | Björn Esser | |
2017-12-27 | include: Install headers in an isolated include-dir | Björn Esser | |
2017-12-27 | config: Avoid clash with other config-headers | Björn Esser | |