| Index: third_party/wayland/BUILD.gn
|
| diff --git a/third_party/wayland/BUILD.gn b/third_party/wayland/BUILD.gn
|
| index e9652b3859ab232ddca99846faafb50da27755d2..d02d4529de2956fc9804843a6c09970ed7809860 100644
|
| --- a/third_party/wayland/BUILD.gn
|
| +++ b/third_party/wayland/BUILD.gn
|
| @@ -76,7 +76,7 @@ source_set("wayland_server") {
|
| public_configs = [ ":wayland_config" ]
|
| }
|
|
|
| -source_set("wayland_client") {
|
| +shared_library("wayland-client") {
|
| sources = [
|
| "include/protocol/wayland-client-protocol.h",
|
| "src/src/wayland-client.c",
|
|
|