# Copyright 2013 The Chromium Authors. All rights reserved. # Copyright 2013 Intel Corporation. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. { 'variables': { 'variables': { 'enable_ozone_wayland_vkb%': 0, 'enable_xdg_shell%': 0, }, 'enable_ozone_wayland_vkb%': '<(enable_ozone_wayland_vkb)', 'enable_xdg_shell%': '<(enable_xdg_shell)', 'conditions': [ ['sysroot!=""', { 'pkg-config': '../../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)"', }, { 'pkg-config': 'pkg-config' }], ], }, 'targets': [ { 'target_name': 'wayland_toolkit', 'type': 'static_library', 'variables': { 'WAYLAND_VERSION': '1.2.0', 'MESA_VERSION': '9.1.3', 'wayland_packages': [ 'egl >= <(MESA_VERSION)', 'wayland-client >= <(WAYLAND_VERSION)', 'wayland-cursor >= <(WAYLAND_VERSION)', 'wayland-egl >= <(MESA_VERSION)', 'xkbcommon', ], }, 'cflags': [ '