meson.build: Install run-time shared library to a specific path 08/26608/1
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 24 Jun 2021 10:40:52 +0000 (12:40 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Wed, 1 Sep 2021 21:50:16 +0000 (00:50 +0300)
commitbd0fb5f877d9a949390cf5ca6191ebf9b1d66cdb
treea82cbbd9e8858a4e4c08e1dacf9bf63182f438e7
parente144375c2479decf7c7569d4bb1629dce296506b
meson.build: Install run-time shared library to a specific path

Use prefix_path + libdir to install the run-time shared library and
avoid pulling lib with it.

This is necessary to avoid installing under PREFIX/ and use
PREFIX/agl-compositor instead. This was unfortunately missed
when doing the split in a previous commit.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I02b2162f62cbdbf3d00f54edae52aa03c7b4b046
meson.build