build: fix driver install path
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 20 Sep 2017 10:40:15 +0000 (11:40 +0100)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 30 Jan 2018 20:51:45 +0000 (21:51 +0100)
commitafdf7fd248d32f10771a3ee3ac9561f0bcd8c2ea
treeef034f74eeaeb52e294bc988713ae5c479a489fa
parent7b766118b483e89b08854b3c6e8f81967896d7dd
build: fix driver install path

To comply with the "hier" standard [Ref: man 7 hier], the driver .so files
should not be placed in $datadir. Therefore we install them in a
sub-directory of $libdir instead.

Fixes: a25a650be5f0 ("build: add infrastructure for meson and ninja builds")

Reported-by: Timothy Redaelli <tredaelli@redhat.com>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
meson.build