meson/megadriver: s/_/-/ in an argument name to be consistent
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32333>
This commit is contained in:

committed by
Marge Bot

parent
6f493ec517
commit
b029974aab
@@ -41,7 +41,7 @@ def main():
|
||||
parser.add_argument('megadriver')
|
||||
parser.add_argument('libdir')
|
||||
parser.add_argument('drivers', nargs='+')
|
||||
parser.add_argument('--megadriver_libdir')
|
||||
parser.add_argument('--megadriver-libdir')
|
||||
args = parser.parse_args()
|
||||
|
||||
to = resolve_libdir(args.libdir)
|
||||
|
@@ -94,7 +94,7 @@ if with_gallium_va or with_gallium_vdpau
|
||||
libgallium_dri.full_path(),
|
||||
va_drivers_path,
|
||||
va_drivers,
|
||||
'--megadriver_libdir', get_option('libdir'),
|
||||
'--megadriver-libdir', get_option('libdir'),
|
||||
install_tag : 'runtime',
|
||||
)
|
||||
endif
|
||||
@@ -105,7 +105,7 @@ if with_gallium_va or with_gallium_vdpau
|
||||
libgallium_dri.full_path(),
|
||||
vdpau_drivers_path,
|
||||
vdpau_drivers,
|
||||
'--megadriver_libdir', get_option('libdir'),
|
||||
'--megadriver-libdir', get_option('libdir'),
|
||||
install_tag : 'runtime',
|
||||
)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user