From 015838e2d302f00813577f6871989356f5c057df Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Mon, 14 Mar 2016 23:42:29 +0300 Subject: [PATCH] Xenial desktop legacy needs separate code for hardware acceleration support --- desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop.sh b/desktop.sh index 229a1edb5a..e08aeacdea 100644 --- a/desktop.sh +++ b/desktop.sh @@ -81,7 +81,7 @@ if [[ $LINUXFAMILY == *sun* && $BRANCH == "default" ]]; then cp $SRC/lib/config/sunxi-udev/* $DEST/cache/sdcard/etc/udev/rules.d/ cp $SRC/lib/config/xorg.conf.sunxi $DEST/cache/sdcard/etc/X11/xorg.conf - if [[ $RELEASE == "jessie" || $RELEASE == "xenial" ]]; then + if [[ $RELEASE == "jessie" ]]; then cp -R $SRC/lib/bin/sunxi-debs $DEST/cache/sdcard/tmp/debs error_num=0 display_alert "Installing desktop-extras for sunxi" "sunxi" "info"