mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
3cfec9e59b
Promote xdg_shell_v6_unstable to the stable version of xdg shell protocol. In addition, we must fix the the build.rs file. It looks for: /usr/share/wayland-protocols not /build/${BOARD}/usr/share/wayland-protocols Fix this by looking at pkg-config, and not the environment when looking for the protocol path. BUG=b:177939148 TEST=Tested on Ubuntu (gnome) Cq-Depend: chromium:2914164 Change-Id: I7beff3845a3bf9f248171492ffd55ee3991a32ba Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2666159 Reviewed-by: Zach Reizner <zachr@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Gurchetan Singh <gurchetansingh@chromium.org>
18 lines
327 B
TOML
18 lines
327 B
TOML
[package]
|
|
name = "gpu_display"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
x = []
|
|
|
|
[dependencies]
|
|
data_model = { path = "../data_model" }
|
|
libc = "*"
|
|
base = { path = "../base" }
|
|
linux_input_sys = { path = "../linux_input_sys" }
|
|
|
|
[build-dependencies]
|
|
cc = "=1.0.25"
|
|
pkg-config = "0.3.11"
|