Skip to content

Commit

Permalink
Improve migration to backports by forcing xserver-xorg-core
Browse files Browse the repository at this point in the history
  • Loading branch information
dnschneid committed Oct 28, 2022
1 parent 727b002 commit 3546f6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion targets/xorg
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ fi
# Install backported xorg instead of the default one
if [ -n "$backport" ]; then
# We still install xorg later to pull in its dependencies
install --minimal "xserver-xorg$backport" "libgl1-mesa-glx$backport" \
install --minimal "xserver-xorg$backport" "xserver-xorg-core$backport" \
"libgl1-mesa-glx$backport" \
"libegl1-mesa$backport" "libgles2-mesa$backport" \
"xserver-xorg-input-synaptics$backport" $installvideodrivers
fi
Expand Down

0 comments on commit 3546f6c

Please sign in to comment.