From 39c04361f863c101de5ee58b857663541cb66bd7 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 2 Aug 2024 07:04:10 +0000 Subject: automatic import of gegl04 --- gegl04-meson.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 gegl04-meson.patch (limited to 'gegl04-meson.patch') diff --git a/gegl04-meson.patch b/gegl04-meson.patch new file mode 100644 index 0000000..1248158 --- /dev/null +++ b/gegl04-meson.patch @@ -0,0 +1,21 @@ +diff -up gegl-0.4.34/gegl/meson.build.orig gegl-0.4.34/gegl/meson.build +--- gegl-0.4.34/gegl/meson.build.orig 2022-11-04 14:51:55.429964084 +0100 ++++ gegl-0.4.34/gegl/meson.build 2022-11-04 14:52:57.611332244 +0100 +@@ -92,8 +92,7 @@ install_headers(gegl_headers, + gegl_ldflags = os_osx ? ['-framework', 'OpenCL'] : [] + + opencl_dep = declare_dependency( +- sources : [opencl_headers], +- link_with : [gegl_sources], ++ sources : [opencl_headers], + ) + + gegl_lib = library(api_name, +@@ -105,6 +104,7 @@ gegl_lib = library(api_name, + gio, + math, + gmodule, ++ opencl_dep, + ], + c_args: gegl_cflags, + link_args: gegl_ldflags, -- cgit v1.2.3