diff options
| author | Sunderland93 <[email protected]> | 2026-08-04 18:50:57 +0400 |
|---|---|---|
| committer | Luke from DC <[email protected]> | 2026-08-19 19:15:44 +0000 |
| commit | 49bca7b6e53d0464e7e4f455ec8cd33aaaf2ca26 (patch) | |
| tree | 6f0a3d916cb54d789b9a62e80ae917d1221da70a /plugins/Makefile.am | |
| parent | ae5e2c5e11cf741162c34c67d87cb43ebe4abb60 (diff) | |
| download | mate-settings-daemon-49bca7b6e53d0464e7e4f455ec8cd33aaaf2ca26.tar.bz2 mate-settings-daemon-49bca7b6e53d0464e7e4f455ec8cd33aaaf2ca26.tar.xz | |
Add wlrandr plugin
Diffstat (limited to 'plugins/Makefile.am')
| -rw-r--r-- | plugins/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index fe8bf9a..0118876 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -34,6 +34,12 @@ else disabled_plugins += rfkill endif +if BUILD_WAYLAND +enabled_plugins += wlrandr +else +disabled_plugins += wlrandr +endif + SUBDIRS = common $(enabled_plugins) DIST_SUBDIRS = $(SUBDIRS) $(disabled_plugins) |
