Commit 1a5d7e17 authored by Maksim Sisov's avatar Maksim Sisov Committed by Commit Bot

weston: fix linking with weston compositor library.

The buildbot could not run weston as it could not find some libraries.
The problem turned out to be that linker wasn't looking in
the out/release directory for libraries because that directory
isn't in LD_LIBRARY_PATH.

TBR=thomasanderson@chromium.org

Bug: 1029241
Change-Id: Iaf9d0004bf4834dcf208ce7f588308801af0861d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087407Reviewed-by: default avatarMaksim Sisov <msisov@igalia.com>
Commit-Queue: Maksim Sisov <msisov@igalia.com>
Cr-Commit-Position: refs/heads/master@{#747157}
parent 6bfe3c89
......@@ -58,6 +58,8 @@ config("weston_config") {
"-Wno-shift-negative-value",
"-Wno-string-conversion",
]
ldflags = [ "-Wl,-rpath=\$ORIGIN" ]
}
pkg_config("pixman") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment