meson/megadriver: stop removing the "master" .so file
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29731>
This commit is contained in:

committed by
Marge Bot

parent
da05938e65
commit
ac5d14c5ea
@@ -70,8 +70,7 @@ def main():
|
|||||||
finally:
|
finally:
|
||||||
os.chdir(ret)
|
os.chdir(ret)
|
||||||
|
|
||||||
# Remove meson-created master .so and symlinks
|
# Remove meson-created .so symlinks
|
||||||
os.unlink(master)
|
|
||||||
name, ext = os.path.splitext(master)
|
name, ext = os.path.splitext(master)
|
||||||
while ext != '.so':
|
while ext != '.so':
|
||||||
if os.path.lexists(name):
|
if os.path.lexists(name):
|
||||||
|
@@ -82,7 +82,6 @@ else
|
|||||||
idep_mesautil,
|
idep_mesautil,
|
||||||
],
|
],
|
||||||
link_depends : va_link_depends,
|
link_depends : va_link_depends,
|
||||||
# Will be deleted during installation, see install_megadrivers.py
|
|
||||||
install : true,
|
install : true,
|
||||||
install_dir : va_drivers_path,
|
install_dir : va_drivers_path,
|
||||||
name_suffix : 'so',
|
name_suffix : 'so',
|
||||||
|
@@ -45,7 +45,6 @@ libvdpau_gallium = shared_library(
|
|||||||
],
|
],
|
||||||
link_depends : vdpau_link_depends,
|
link_depends : vdpau_link_depends,
|
||||||
soversion : '@0@.@1@.0'.format(VDPAU_MAJOR, VDPAU_MINOR),
|
soversion : '@0@.@1@.0'.format(VDPAU_MAJOR, VDPAU_MINOR),
|
||||||
# Will be deleted during installation, see install_megadrivers.py
|
|
||||||
install : true,
|
install : true,
|
||||||
install_dir : vdpau_drivers_path,
|
install_dir : vdpau_drivers_path,
|
||||||
name_suffix : 'so',
|
name_suffix : 'so',
|
||||||
|
Reference in New Issue
Block a user