summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorLuke from DC <[email protected]>2023-07-11 10:02:50 +0000
committerGitHub <[email protected]>2023-07-11 12:02:50 +0200
commite8cd95789810bc9efb7961f553e99f0c2eaa0cd0 (patch)
tree4db4ceaaee315f1cd9bf68cb84c6ad8aeb8bf1ba /.build.yml
parent5a7f770082568453f3a5f271a274156f08352101 (diff)
downloadmate-panel-e8cd95789810bc9efb7961f553e99f0c2eaa0cd0.tar.bz2
mate-panel-e8cd95789810bc9efb7961f553e99f0c2eaa0cd0.tar.xz
Clock applet/wayland: position calendar window same as in x11
* Clock applet/wayland: position calendar window same as in x11 - Wayland/clock: fix calendar window rendering when moved Ensure the calendar window cannot be "stretched" across the screen if the panel or the applet is moved while the calendar is showing
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 0ef0dfb1..502ae737 100644
--- a/.build.yml
+++ b/.build.yml
@@ -140,7 +140,7 @@ build_scripts:
- fi
- NOCONFIGURE=1 ./autogen.sh
- - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
+ - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum --with-in-process-applets=all
- if [ $CPU_COUNT -gt 1 ]; then
- if [ ${DISTRO_NAME} == "debian" ];then
- scan-build $CHECKERS --keep-cc --use-cc=clang --use-c++=clang++ -o html-report make -j $CPU_COUNT