mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
targets/xvmc: Add uninstall hooks to handle megadriver hardlinks.
This commit is contained in:
parent
ed1ac1d574
commit
ce48ce425a
1 changed files with 5 additions and 0 deletions
|
|
@ -82,3 +82,8 @@ install-data-hook:
|
|||
$${dest_dir}/$${k}; \
|
||||
done; \
|
||||
$(RM) -f $${dest_dir}/libXvMCgallium.*
|
||||
|
||||
uninstall-hook:
|
||||
for i in $(TARGET_DRIVERS); do \
|
||||
$(RM) $(DESTDIR)$(xvmcdir)/libXvMC$${i}.so{,.$(XVMC_MAJOR){,.$(XVMC_MINOR){,.0}}}; \
|
||||
done;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue