projects
/
gst-plugins-bad1.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f82b703
)
[PATCH] meson: Drop max version bound from neon
author
Jan Alexander Steffens (heftig)
<heftig@archlinux.org>
Fri, 29 Nov 2024 13:41:12 +0000
(14:41 +0100)
committer
Marc Leeman
<marc.leeman@gmail.com>
Thu, 5 Dec 2024 10:38:16 +0000
(11:38 +0100)
Neon 0.34.0 broke the build again, but the API+ABI has been stable since
0.27 and the library is so-versioned.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8008>
Gbp-Pq: Name 0001_drop-max-version-bound-neon.patch
ext/neon/meson.build
patch
|
blob
|
history
diff --git
a/ext/neon/meson.build
b/ext/neon/meson.build
index 7aa5ed78d5c99f4af0bcac88f03b5d6cda95e5d4..7c2696cfa1066a4d2e4fe4b9f37bfa4b2e92e95d 100644
(file)
--- a/
ext/neon/meson.build
+++ b/
ext/neon/meson.build
@@
-1,5
+1,4
@@
-neon_dep = dependency('neon', version: ['>= 0.27', '<= 0.33.99'],
- required : get_option('neon'))
+neon_dep = dependency('neon', version: '>= 0.27', required: get_option('neon'))
if neon_dep.found()
gstneon = library('gstneonhttpsrc',