labwc/src/protocols/cosmic_workspaces/meson.build
Consolatis 63dc609085 cosmic-workspaces: abstract transaction-addon
This allows to use it for a future ext-workspace implementation.
It is also more generalized so can be used for other protocol
implementation in the future in case the protocols require some
kind of transaction management.
2024-12-15 21:06:39 +00:00

4 lines
65 B
Meson

labwc_sources += files(
'cosmic-workspaces.c',
'output.c',
)