wlrfx / scenefx

A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects
MIT License
81 stars 8 forks source link

Trim down meson.build and meson_options.txt #1

Closed WillPower3309 closed 6 months ago

WillPower3309 commented 1 year ago

meson.build is now mostly the default from wlroots. Since scenefx is just a subset of wlroots, we should be able to trim down a lot of the meson.build file.

swwwee commented 6 months ago

7 Since vulkan renderer is not in yet, I think it should be removed from meson_options for now. It caused confusion (at least for me) when I was version bumping swayfx to 0.4 on Gentoo GURU. Vulkan is currently a USE flag (i.e. compile in vulkan support) for the scenefx package so it reflects the meson build/options, but I'm probably going to remove it downstream.