From 44880a41f945409e0a00687c19b8c1dc6e4abdd0 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Fri, 16 Jan 2026 18:57:52 -0700 Subject: [PATCH] Remove theme-manager option from build configuration Removed theme-manager option from meson setup. --- .github/workflows/openbsd-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/openbsd-build.yml b/.github/workflows/openbsd-build.yml index a91de843..73f430a0 100644 --- a/.github/workflows/openbsd-build.yml +++ b/.github/workflows/openbsd-build.yml @@ -45,7 +45,6 @@ jobs: meson setup build \ --prefix=/usr/local \ -Dtext-frontend=true \ - -Dtheme-manager=true \ -Dplugin=false \ -Dauto_features=enabled