Skip to content
Snippets Groups Projects

Fix classpath related cve-check issues on distros without x11

Merged Andrei Gherzan requested to merge agherzan/oniro:ag/kirkstone/classpath into kirkstone
4 files
+ 21
0
Compare changes
  • Side-by-side
  • Inline
Files
4
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
inherit features_check
REQUIRED_DISTRO_FEATURES = "x11"
Loading