From b3d49f0d9b51ee73abcc4521bdec8bcd04da11d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Mon, 12 Sep 2022 20:26:22 +0200 Subject: [PATCH] Remove build_desktop = no (#4173) This is not needed anymore as we have HDMI out. And leaving this in, breaks community builds, where we want to build desktop images ... --- config/sources/families/include/meson_common.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/sources/families/include/meson_common.inc b/config/sources/families/include/meson_common.inc index 0f0afcfb00..6741a08796 100644 --- a/config/sources/families/include/meson_common.inc +++ b/config/sources/families/include/meson_common.inc @@ -31,17 +31,13 @@ case $BRANCH in KERNELBRANCH="branch:linux-5.10.y" KERNELPATCHDIR='meson-'$BRANCH - - BUILD_DESKTOP=no - ;; + current) KERNELBRANCH="branch:linux-5.15.y" KERNELPATCHDIR='meson-'$BRANCH - BUILD_DESKTOP=no - ;; edge)