emersion / xdg-desktop-portal-wlr

xdg-desktop-portal backend for wlroots
MIT License
591 stars 57 forks source link

build: don't use cc.get_supported_arguments() for -D flag #303

Closed emersion closed 4 months ago

emersion commented 5 months ago

If somehow the compiler doesn't support -D, we should fail hard instead of omitting the define. Should also speed up Meson setup time a bit.