Chromium Code Reviews| Index: build/linux/BUILD.gn |
| diff --git a/build/linux/BUILD.gn b/build/linux/BUILD.gn |
| index 754859a56107899c74c26dc47dc495a89b4dde1b..a66d86c841e5e629d8c53921e2fee5b53bd118bf 100644 |
| --- a/build/linux/BUILD.gn |
| +++ b/build/linux/BUILD.gn |
| @@ -30,7 +30,7 @@ if (use_brlapi) { |
| functions = gypi_values.libbrlapi_functions |
| } |
| } |
| -if (is_desktop_linux) { |
| +if (use_gio) { |
| pkg_config("gio_config") { |
| packages = [ "gio-2.0" ] |