summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
2024-10-18added scene-graph example (#67)William McKinnon
2024-05-08meson.build spring cleaning (#49)Erik Reider
* Cleaned meson options * Only look for wlroots subproject if dep isn't found * Renamed wlr variables to scenefx ones
2024-01-07Compile wlroots subproject dep staticlyErik Reider
2024-01-06Moved wlr_scene.h and shadow_data.h into scenefx dirErik Reider
2024-01-06Added back xkbcommon dep. Fixes tinywl compilationErik Reider
2024-01-04Cleaned up/rebased meson.build filesErik Reider
2024-01-02Initial rebase without effectsErik Reider
2023-07-18feat: initial fx_renderer implementationErik Reider
2023-07-11libscenefx and tinywl compilation successShinyzenith
Signed-off-by: Shinyzenith <[email protected]>
2023-07-11added more scene dependencies, added tinywlWilliam McKinnon