From a5559d3546f66b6353c1cd4ccc535486fa92a1ac Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 22 Jun 2023 09:42:52 +0300 Subject: [PATCH 1/2] build: Fix spelling of --enable-pybridge option Giving --enable-pybridge to configure works as intended, but there will be a warning as well because it is mispelled in one place: configure: WARNING: unrecognized options: --enable-pybridge --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8018119f186b..22c647bce87c 100644 --- a/configure.ac +++ b/configure.ac @@ -78,7 +78,7 @@ AC_MSG_RESULT(${enable_ssh:=yes}) # --enable-pybridge AC_MSG_CHECKING([whether to install the python cockpit-bridge]) -AC_ARG_ENABLE(bridge, AS_HELP_STRING([--enable-pybridge], [Install python cockpit-bridge])) +AC_ARG_ENABLE(pybridge, AS_HELP_STRING([--enable-pybridge], [Install python cockpit-bridge])) AM_CONDITIONAL(WITH_PYBRIDGE, test "$enable_pybridge" = "yes") AC_MSG_RESULT(${enable_pybridge:=no}) From 91102fd7338039ffbfa283733a8e09f80bfb7b26 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 22 Jun 2023 10:04:29 +0200 Subject: [PATCH 2/2] test: Update pixel references for Chromium 114 The recent cockpit/tasks refresh got a new Chromium version, which causes subtle pixel changes. --- test/reference | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/reference b/test/reference index 7bd95e5ea8dc..210e734db684 160000 --- a/test/reference +++ b/test/reference @@ -1 +1 @@ -Subproject commit 7bd95e5ea8dc150762154ccc46e5310b14fabde7 +Subproject commit 210e734db684460059296472e9ff7ee7e612f12d