bin/install_megadrivers: fix DESTDIR and -D*-path
authorDylan Baker <dylan@pnwbakers.com>
Mon, 9 Apr 2018 20:53:09 +0000 (13:53 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Mon, 23 Apr 2018 16:57:35 +0000 (09:57 -0700)
commitae3f45c11e3f934939b90445471da8f18b057bc5
treec85df743ff63698491310dae62d4aa59cc3c1022
parentdbf5b772b3b5f962c3186dd0073146539ec0586b
bin/install_megadrivers: fix DESTDIR and -D*-path

This fixes -Ddri-drivers-path, -Dvdpau-libs-path, etc. with DESTDIR when
those paths are absolute. Currently due to the way python's os.path.join
handles absolute paths these will ignore DESTDIR, which is bad. This
fixes them to be relative to DESTDIR if that is set.

Fixes: 3218056e0eb375eeda470058d06add1532acd6d4
       ("meson: Build i965 and dri stack")
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
bin/install_megadrivers.py