From c3e8d0342e410d12ceb24e154990671b0d988e92 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Thu, 4 Mar 2021 23:55:00 +0000
Subject: [PATCH] openharmony-linux.conf: Bring back x11 for Epiphany support

Epiphany needs gcr while gcr needs x11 backend in gtk3+. That leads us
to the need of bringing x11 DISTRO_FEATURE back.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 meta-ohos-core/conf/distro/openharmony-linux.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ohos-core/conf/distro/openharmony-linux.conf b/meta-ohos-core/conf/distro/openharmony-linux.conf
index 81a3a3b0..44e5678b 100644
--- a/meta-ohos-core/conf/distro/openharmony-linux.conf
+++ b/meta-ohos-core/conf/distro/openharmony-linux.conf
@@ -9,4 +9,4 @@ TCLIBC = "musl"
 INIT_MANAGER = "systemd"
 
 # Remove some of the default Poky DISTRO_FEATURES we inherited, but do not use.
-DISTRO_FEATURES_remove = "nfc 3g pcmcia x11"
+DISTRO_FEATURES_remove = "nfc 3g pcmcia"
-- 
GitLab