Don't use evdev except for target

libevdev-cros is not needed for the host tooling, and is not availale for
the host in a chroot chromeos building environment.

BUG=527996

Review URL: https://codereview.chromium.org/1322343002

Cr-Original-Commit-Position: refs/heads/master@{#347531}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 97739b5fcf32a746c38d8142bff56d0072953dbf
This commit is contained in:
petermayo 2015-09-04 16:38:00 -07:00 коммит произвёл Commit bot
Родитель cc36b22b62
Коммит 9699cf1900
2 изменённых файлов: 0 добавлений и 15 удалений

Просмотреть файл

@ -60,16 +60,6 @@ pkg_config("dbus") {
packages = [ "dbus-1" ]
}
if (use_evdev_gestures) {
pkg_config("libevdev-cros") {
packages = [ "libevdev-cros" ]
}
pkg_config("libgestures") {
packages = [ "libgestures" ]
}
}
config("x11") {
libs = [
"X11",

Просмотреть файл

@ -23,9 +23,6 @@ declare_args() {
# that does not require X11.
use_ozone = false
# Support ChromeOS touchpad gestures with ozone.
use_evdev_gestures = false
# Indicates if Aura is enabled. Aura is a low-level windowing library, sort
# of a replacement for GDI or GTK.
use_aura = is_win || is_linux
@ -67,8 +64,6 @@ if (is_linux && use_glib) {
# Whether to use atk, the Accessibility ToolKit library
use_atk = is_desktop_linux && use_x11
use_ozone_evdev = use_ozone
use_clipboard_aurax11 = is_linux && use_aura && use_x11
enable_hidpi = is_mac || is_win || is_linux