diff options
| author | Victor Kareh <[email protected]> | 2025-08-01 22:42:34 -0400 |
|---|---|---|
| committer | Luke from DC <[email protected]> | 2025-08-08 01:45:59 +0000 |
| commit | f7ab1fc6cec6d2a429142ec0f684466a653fab24 (patch) | |
| tree | f58666517d1623dafdcc97b8e0a75be021084665 /applets/wncklet/Makefile.am | |
| parent | 29a8742080dab02afbe6f7e453a7525c54be946e (diff) | |
| download | mate-panel-f7ab1fc6cec6d2a429142ec0f684466a653fab24.tar.bz2 mate-panel-f7ab1fc6cec6d2a429142ec0f684466a653fab24.tar.xz | |
wncklet: Remove window preview conditionals
There are no distros (that I could find) that ship both an old
libwnck<3.32.0 with a new MATE>=1.28. Dropping this should be safe and
removes complexity.
Since all of these were already wrapped inside HAVE_X11, it should not
affect Wayland at all.
Diffstat (limited to 'applets/wncklet/Makefile.am')
| -rw-r--r-- | applets/wncklet/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/applets/wncklet/Makefile.am b/applets/wncklet/Makefile.am index 14f8a5c7..137e471b 100644 --- a/applets/wncklet/Makefile.am +++ b/applets/wncklet/Makefile.am @@ -107,16 +107,10 @@ BUILT_SOURCES = \ wncklet-resources.c \ wncklet-resources.h -if HAVE_WINDOW_PREVIEWS wncklet_gschemas_in = \ org.mate.panel.applet.window-list.gschema.xml.in \ org.mate.panel.applet.window-list-previews.gschema.xml.in \ org.mate.panel.applet.workspace-switcher.gschema.xml.in -else -wncklet_gschemas_in = \ - org.mate.panel.applet.window-list.gschema.xml.in \ - org.mate.panel.applet.workspace-switcher.gschema.xml.in -endif gsettings_SCHEMAS = $(wncklet_gschemas_in:.xml.in=.xml) @GSETTINGS_RULES@ |
