diff --git a/config/redbear-full.toml b/config/redbear-full.toml index 91309c6976..95eadbd1d8 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -237,8 +237,8 @@ git = "ignore" #mc = {} #curl = "ignore" # suppressed: cascade rebuild #git = "ignore" # suppressed: cascade rebuild -#konsole = {} # WIP: recipe exists, not yet built — blocked by libiconv fetch -#kf6-pty = {} # WIP: recipe exists, not yet built +konsole = {} +kf6-pty = {} [[files]] path = "/lib/firmware/amdgpu" diff --git a/local/recipes/kde/kwin/recipe.toml b/local/recipes/kde/kwin/recipe.toml index bde0122c3a..ad2664725a 100644 --- a/local/recipes/kde/kwin/recipe.toml +++ b/local/recipes/kde/kwin/recipe.toml @@ -98,10 +98,10 @@ cmake "${COOKBOOK_SOURCE}" \ -DKWIN_BUILD_X11=OFF \ -DKWIN_BUILD_KCMS=OFF \ -DKWIN_BUILD_SCREENLOCKER=OFF \ - -DKWIN_BUILD_TABBOX=OFF \ + -DKWIN_BUILD_TABBOX=ON \ -DKWIN_BUILD_GLOBALSHORTCUTS=OFF \ - -DKWIN_BUILD_RUNNERS=OFF \ - -DKWIN_BUILD_NOTIFICATIONS=OFF \ + -DKWIN_BUILD_RUNNERS=ON \ + -DKWIN_BUILD_NOTIFICATIONS=ON \ -Wno-dev 2>&1 cmake --build . -j${COOKBOOK_MAKE_JOBS} 2>&1 cmake --install . --prefix "${STAGE}" 2>&1