mtklein | c04ff47 | 2016-06-23 10:29:30 -0700 | [diff] [blame] | 1 | # 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 | |
mtklein | f037d48 | 2016-07-19 08:25:00 -0700 | [diff] [blame] | 6 | declare_args() { |
mtklein | c04ff47 | 2016-06-23 10:29:30 -0700 | [diff] [blame] | 7 | } |
mtklein | f037d48 | 2016-07-19 08:25:00 -0700 | [diff] [blame] | 8 | |
mtklein | c04ff47 | 2016-06-23 10:29:30 -0700 | [diff] [blame] | 9 | config("system_fontconfig") { |
| 10 | libs = [ "fontconfig" ] |
| 11 | } |
| 12 | group("fontconfig") { |
| 13 | public_configs = [ ":system_fontconfig" ] |
| 14 | } |