| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 25627f1d1cc6b2652f9a9981cf34228e34236f4e..af822818a7a0dc6c5cad90fc896c1ce9610cfed4 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -4,6 +4,7 @@
|
|
|
| import("//build/config/features.gni")
|
| import("//build/config/ui.gni")
|
| +import("//build/config/linux/pkg_config.gni")
|
| import("//content/common/common.gni")
|
| import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
|
|
|
| @@ -265,6 +266,10 @@ source_set("common") {
|
| "//ui/ozone:ozone_base",
|
| "//ui/ozone/gpu",
|
| ]
|
| + pkg_config("libdrm") {
|
| + packages = [ "libdrm" ]
|
| + }
|
| + public_configs = [ ":libdrm" ]
|
| } else {
|
| sources -= [
|
| "cursors/webcursor_ozone.cc",
|
|
|