Commit b968d740 authored by Anton Midyukov's avatar Anton Midyukov

phone.mk: replace x11 feature with package mesa-dri-drivers

parent 46941723
...@@ -12,6 +12,7 @@ mixin/phone-base: use/ntp/chrony use/repo use/branding/notes use/x11-autostart \ ...@@ -12,6 +12,7 @@ mixin/phone-base: use/ntp/chrony use/repo use/branding/notes use/x11-autostart \
@$(call add,THE_BRANDING,notes indexhtml) @$(call add,THE_BRANDING,notes indexhtml)
@$(call add,THE_LISTS,mobile/base) @$(call add,THE_LISTS,mobile/base)
@$(call add,THE_PACKAGES,polkit-rule-mobile) @$(call add,THE_PACKAGES,polkit-rule-mobile)
@$(call add,THE_PACKAGES,mesa-dri-drivers)
@$(call add,USERS,altlinux:271828:1:1) @$(call add,USERS,altlinux:271828:1:1)
@$(call set,LOCALES,ru_RU en_US) @$(call set,LOCALES,ru_RU en_US)
@$(call set,LOCALE,ru_RU) @$(call set,LOCALE,ru_RU)
...@@ -30,9 +31,8 @@ vm/.phosh: vm/systemd mixin/phone-base mixin/phosh +systemd \ ...@@ -30,9 +31,8 @@ vm/.phosh: vm/systemd mixin/phone-base mixin/phosh +systemd \
@$(call add,THE_LISTS,mobile/apps) @$(call add,THE_LISTS,mobile/apps)
vm/phosh: vm/.phosh use/tty/S0 use/uboot use/phone/ttyescape +efi \ vm/phosh: vm/.phosh use/tty/S0 use/uboot use/phone/ttyescape +efi \
use/firmware +x11 +plymouth use/firmware +plymouth
@$(call set,KFLAVOURS,un-def) @$(call set,KFLAVOURS,un-def)
@$(call add,THE_PACKAGES,xorg-dri-virtio)
ifeq (aarch64,$(ARCH)) ifeq (aarch64,$(ARCH))
@$(call set,VM_PARTTABLE,msdos) @$(call set,VM_PARTTABLE,msdos)
@$(call set,VM_BOOTTYPE,EFI) @$(call set,VM_BOOTTYPE,EFI)
...@@ -41,7 +41,7 @@ endif ...@@ -41,7 +41,7 @@ endif
ifeq (aarch64,$(ARCH)) ifeq (aarch64,$(ARCH))
# TODO: devicetree ($root)/boot/dtb/rockchip/rk3399-pinephone-pro.dtb # TODO: devicetree ($root)/boot/dtb/rockchip/rk3399-pinephone-pro.dtb
mixin/pinephone: use/x11/armsoc use/firmware use/bootloader/uboot use/tty/S2 \ mixin/pinephone: use/firmware use/bootloader/uboot use/tty/S2 \
use/phone/ttyescape use/phone/ttyescape
@$(call set,EFI_BOOTLOADER,) @$(call set,EFI_BOOTLOADER,)
@$(call set,UBOOT_TIMEOUT,5) @$(call set,UBOOT_TIMEOUT,5)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment