ports/benchmarks/glmark2/patches/patch-src_meson_build

14 lines
251 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
remove libdl
Index: src/meson.build
--- src/meson.build.orig
+++ src/meson.build
@@ -70,7 +70,6 @@ libmatrix_headers_dep = declare_dependency(
common_deps = [
m_dep,
- dl_dep,
libjpeg_dep,
libpng_dep,
libmatrix_headers_dep,