| Index: third_party/minigbm/BUILD.gn
|
| diff --git a/third_party/minigbm/BUILD.gn b/third_party/minigbm/BUILD.gn
|
| index d84043988bbaf1ca54edb3d713772922b792e4df..002cc0c78d68b53d4da589dfe1e1fd9f6ea2a54d 100644
|
| --- a/third_party/minigbm/BUILD.gn
|
| +++ b/third_party/minigbm/BUILD.gn
|
| @@ -47,6 +47,10 @@ if (!use_system_minigbm) {
|
| ]
|
|
|
| public_configs = [ ":minigbm_config" ]
|
| +
|
| + # Clients need this to pick up the shared library correctly.
|
| + all_dependent_configs =
|
| + [ "//build/config/gcc:rpath_for_built_shared_libraries" ]
|
| }
|
| }
|
|
|
|
|