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 ...
This commit is contained in:
Igor Pečovnik 2022-09-12 20:26:22 +02:00 committed by GitHub
parent fadf6443b5
commit b3d49f0d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)