build: use join_paths() for driverdir
This commit is contained in:
parent
a53f0834b3
commit
8b7a5a36f1
@ -122,7 +122,7 @@ endif
|
||||
|
||||
driverdir = libva_dep.get_pkgconfig_variable('driverdir')
|
||||
if driverdir == ''
|
||||
driverdir = '@0@/@1@/@2@'.format(get_option('prefix'), get_option('libdir'), 'dri')
|
||||
driverdir = join_paths(get_option('prefix'), get_option('libdir'), 'dri')
|
||||
endif
|
||||
|
||||
cdata = configuration_data()
|
||||
|
Loading…
x
Reference in New Issue
Block a user