blob: 6e4169961ca4365db4d92b86a89e7f7d80d18fea [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("display") {
deps = [
"aml-canvas",
"astro-display",
"display",
"dsi-dw",
"dsi-mt",
"fake",
"goldfish-display",
"hikey-display",
"mt8167s-display",
"simple",
"ssd1306",
"vim-display",
]
if (current_cpu == "x64") {
deps += [ "intel-i915" ]
}
}