From 58073542ff2ac0f4b70df18dc53de449646abe2a Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Fri, 16 Jan 2026 18:57:18 -0700 Subject: [PATCH] Remove theme-manager option in debian-build.yml Remove theme-manager option from Meson setup. --- .github/workflows/debian-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/debian-build.yml b/.github/workflows/debian-build.yml index d1f4d0b4..defdf7c5 100644 --- a/.github/workflows/debian-build.yml +++ b/.github/workflows/debian-build.yml @@ -35,7 +35,6 @@ jobs: rm -rf build meson setup build \ -Dtext-frontend=true \ - -Dtheme-manager=true \ -Dauto_features=enabled # If configure fails, show the project's actual option names in the log. - name: Show Meson options (on failure)