Index: build/config/linux/BUILD.gn |
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn |
index f26b5101da6cbfc6f48bf7da7c838bde6ae32501..ed13b18fa9a813f136166281aeb2fa7f837c1174 100644 |
--- a/build/config/linux/BUILD.gn |
+++ b/build/config/linux/BUILD.gn |
@@ -39,6 +39,10 @@ pkg_config("gtk") { |
packages = [ "gmodule-2.0", "gtk+-2.0", "gthread-2.0" ] |
} |
+pkg_config("gtkprint") { |
+ packages = [ "gtk+-unix-print-2.0" ] |
+} |
+ |
pkg_config("pangocairo") { |
packages = [ "pangocairo" ] |
} |