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:
Michael Kuhn 2021-03-10 19:42:39 +01:00 committed by GitHub
parent d2ce4b565c
commit 43473995ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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$']