blob: 63fa748d16e4c1d9ae6a6f5ca60bcf6c21efcfd1 [file] [log] [blame]
mtkleinc04ff472016-06-23 10:29:30 -07001# Copyright 2016 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
mtkleinf037d482016-07-19 08:25:00 -07006declare_args() {
mtkleinc04ff472016-06-23 10:29:30 -07007}
mtkleinf037d482016-07-19 08:25:00 -07008
mtkleinc04ff472016-06-23 10:29:30 -07009config("system_fontconfig") {
10 libs = [ "fontconfig" ]
11}
12group("fontconfig") {
13 public_configs = [ ":system_fontconfig" ]
14}