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 /.github | |
| 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 '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba2e0155..2584a8af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -258,7 +258,6 @@ jobs: -DHAVE_X11 -DHAVE_RANDR -DHAVE_WAYLAND -DCLOCK_INPROCESS -DFISH_INPROCESS -DNOTIFICATION_AREA_INPROCESS -DWNCKLET_INPROCESS - -DHAVE_WINDOW_PREVIEWS -DHAVE_LANGINFO_H -DHAVE_NL_LANGINFO -DGETTEXT_PACKAGE="mate-panel" -D__STDC_VERSION__=201112 -D_Noreturn=__attribute__((__noreturn__)) |
