| Index: build/config/linux/BUILD.gn
|
| diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
|
| index 3d65937dd42dd6cee74f4e79c9a56ec77b978446..86bd5670a271633b2bf72a7bde7a75efb31b52b3 100644
|
| --- a/build/config/linux/BUILD.gn
|
| +++ b/build/config/linux/BUILD.gn
|
| @@ -62,15 +62,6 @@ pkg_config("freetype2") {
|
| packages = [ "freetype2" ]
|
| }
|
|
|
| -pkg_config("glib") {
|
| - packages = [
|
| - "glib-2.0",
|
| - "gmodule-2.0",
|
| - "gobject-2.0",
|
| - "gthread-2.0",
|
| - ]
|
| -}
|
| -
|
| pkg_config("pangocairo") {
|
| packages = [ "pangocairo" ]
|
| }
|
|
|