File fix_meson_0.54_build.patch of Package coeurl
Index: coeurl-v0.1.1/meson.build
===================================================================
--- coeurl-v0.1.1.orig/meson.build
+++ coeurl-v0.1.1/meson.build
@@ -21,8 +21,7 @@ endif
if (not libevent_dep.found()
or not libevent_threads_dep.found()
- or get_option('wrap_mode') == 'forcefallback'
- or 'libevent' in get_option('force_fallback_for'))
+ or get_option('wrap_mode') == 'forcefallback')
cmake = import('cmake')
libevent_options = cmake.subproject_options()
libevent_options.add_cmake_defines({
@@ -57,8 +56,7 @@ endif
deps += [libevent_dep, libevent_threads_dep]
if (not libcurl_dep.found()
- or get_option('wrap_mode') == 'forcefallback'
- or 'libcurl' in get_option('force_fallback_for'))
+ or get_option('wrap_mode') == 'forcefallback')
cmake = import('cmake')
libcurl_options = cmake.subproject_options()
libcurl_options.add_cmake_defines({