mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +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')
|
||||
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…
Reference in a new issue