| Index: build/linux/unbundle/libxslt.gn
|
| diff --git a/build/config/linux/pangocairo/BUILD.gn b/build/linux/unbundle/libxslt.gn
|
| similarity index 62%
|
| copy from build/config/linux/pangocairo/BUILD.gn
|
| copy to build/linux/unbundle/libxslt.gn
|
| index 727b52d53335976b87de4d4965ec5edd02fd02ba..885574ef89f832e374606f49bf6b5b690dd60bff 100644
|
| --- a/build/config/linux/pangocairo/BUILD.gn
|
| +++ b/build/linux/unbundle/libxslt.gn
|
| @@ -4,6 +4,10 @@
|
|
|
| import("//build/config/linux/pkg_config.gni")
|
|
|
| -pkg_config("pangocairo") {
|
| - packages = [ "pangocairo" ]
|
| +pkg_config("system_libxslt") {
|
| + packages = [ "libxslt" ]
|
| +}
|
| +
|
| +source_set("libxslt") {
|
| + public_configs = [ ":system_libxslt" ]
|
| }
|
|
|