Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4157)

Unified Diff: third_party/minigbm/BUILD.gn

Issue 2053083002: Build fixes for linux desktop CrOS builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/arc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
}
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698