meson.build: Install run-time shared library to a specific path 53/26453/1
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 24 Jun 2021 10:40:52 +0000 (12:40 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Thu, 24 Jun 2021 12:52:51 +0000 (14:52 +0200)
commitae60166cd931609a4f6467a62261bcfb63221ce5
treeb6f6cb44ca6f1ecdde98d82c3ba2cda2994d17ff
parent0bef8700f21b9e7898f1785ee654d4669d0117b4
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