blob: f350a0d6f14ef9e3d17408f90c9341938691efe4 [file] [log] [blame]
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/linux/pkg_config.gni")
assert(is_linux, "This file should only be referenced on Linux")
pkg_config("libva") {
packages = [ "libva" ]
# Do not use exec_script to check the version here. It is done with a
# static_assert instead.
}