]> git.sesse.net Git - nageru/commit
Link to libcef.so in the current directory.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 9 Nov 2020 19:24:25 +0000 (20:24 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 9 Nov 2020 19:27:46 +0000 (20:27 +0100)
commite1dc8c1d1d8a6082e0e28c444fe6ef73548f6035
treecf73fb7668a2b666d560c5e2dd1fe7d93984947d
parent30c0b7ebd9954339486f1286b82df4776e1bc9b4
Link to libcef.so in the current directory.

Newer CEF hard-codes that icudtl.dat _must_ be in the same directory
as libcef.so, but the release tarballs have a different structure,
so this fails. This should be fine on installs, but it won't work
for running Nageru from the build directory. Search for the library
in the local directory instead, where we have a symlink. This makes
the build rpath point to ., which makes sure icudtl.dat is picked up
from the other symlink.
meson.build