Commit 67808baf authored by dcastagna's avatar dcastagna Committed by Commit bot

exo: Add drm support to motion_events.

Add support to render using dmabufs to motion_events wayland
test client.

BUG=661010
TEST=XDG_RUNTIME_DIR=/var/run/chrome /tmp/wayland_motion_events --linux_dmabuf_v1 on kevin.

Review-Url: https://codereview.chromium.org/2477043002
Cr-Commit-Position: refs/heads/master@{#430224}
parent a4b8c15b
......@@ -4,6 +4,7 @@
import("//build/config/linux/pkg_config.gni")
import("//build/config/ui.gni")
import("//ui/ozone/ozone.gni")
if (use_xkbcommon) {
pkg_config("xkbcommon") {
......@@ -90,5 +91,18 @@ executable("wayland_motion_events") {
"//base",
"//skia",
"//third_party/wayland:wayland_client",
"//third_party/wayland-protocols:linux_dmabuf_protocol",
"//ui/gfx/geometry",
"//ui/gl",
"//ui/gl/init",
]
if (ozone_platform_gbm) {
configs += [
":libdrm",
"//ui/gl:gl_config",
]
defines = [ "OZONE_PLATFORM_GBM" ]
deps += [ "//third_party/minigbm" ]
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment