meson: apply rpath patch for current versions (#22216)
meson now only selectively strips rpaths but can still strip required ones (like glib's pcre dependency).
This commit is contained in:
parent
d2ce4b565c
commit
43473995ad
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Meson(PythonPackage):
|
|||
# are not reverted.
|
||||
patch('rpath-0.49.patch', when='@0.49:0.53')
|
||||
patch('rpath-0.54.patch', when='@0.54:0.55')
|
||||
patch('rpath-0.56.patch', when='@0.56')
|
||||
patch('rpath-0.56.patch', when='@0.56:')
|
||||
|
||||
executables = ['^meson$']
|
||||
|
||||
|
|
Loading…
Reference in a new issue