mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-11 02:41:33 +00:00
Add additional hints to ubuntu-touch* i386/amd64 image builds to pull in the gles version of the UITK.
This commit is contained in:
parent
a4f597c84b
commit
f10c47f913
@ -420,7 +420,13 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-touch|ubuntu-touch-custom)
|
ubuntu-touch|ubuntu-touch-custom)
|
||||||
add_package install ubuntu-minimal ubuntu-touch systemd-sysv- packagekit ubuntu-system-settings-online-accounts
|
HINTS="packagekit ubuntu-system-settings-online-accounts"
|
||||||
|
case $ARCH in
|
||||||
|
amd64|i386)
|
||||||
|
HINTS="$HINTS qml-module-ubuntu-components-gles unity8"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
add_package install ubuntu-minimal ubuntu-touch systemd-sysv- $HINTS
|
||||||
|
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu'
|
BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user