Skip to content
Snippets Groups Projects
Commit 08e8556f authored by Dylan Baker's avatar Dylan Baker
Browse files

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: 3218056e
       ("meson: Build i965 and dri stack")
Signed-off-by: default avatarDylan Baker <dylan.c.baker@intel.com>
(cherry picked from commit ae3f45c1)
parent d6a312e2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment