Skip to content
Snippets Groups Projects
Commit 38346477 authored by philippe coval's avatar philippe coval :speech_balloon:
Browse files

vending-machine: Use pure wayland graphics system

Note that poky is enabling wayland and opengl
(which are required), but xwayland is not needed
so let's remove x11 support.

Relate-to: https://git.ostc-eu.org/OSTC/planning/core-os/-/issues/226
Relate-to: https://git.ostc-eu.org/OSTC/planning/core-os/-/issues/222
Forwarded: https://git.ostc-eu.org/OSTC/OHOS/docs/-/merge_requests/192


Signed-off-by: default avatarPhilippe Coval <philippe.coval@huawei.com>
parent b05a8ba0
No related branches found
No related tags found
No related merge requests found
......@@ -15,3 +15,6 @@ DISTRO_NAME = "Oniro Project Vending-Machine Blueprint Linux Distro"
# mask out the blueprint layers in the main distro and unmask
# them only the blueprint distributions.
BBMASK = ""
# Graphics system
DISTRO_FEATURES_remove = "x11"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment