mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
build: use join_paths() for driverdir
This commit is contained in:
parent
a53f0834b3
commit
8b7a5a36f1
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ endif
|
||||||
|
|
||||||
driverdir = libva_dep.get_pkgconfig_variable('driverdir')
|
driverdir = libva_dep.get_pkgconfig_variable('driverdir')
|
||||||
if 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
|
endif
|
||||||
|
|
||||||
cdata = configuration_data()
|
cdata = configuration_data()
|
||||||
|
|
Loading…
Reference in a new issue