Skip to content

Include opencl_dep as a dependency in gegl_lib target

Caleb Xu requested to merge alebcay/gegl:fix-opencl-generation into master

Follow-up to 392e60be.

In the above commit, the opencl_dep dependency was declared but this dependency was never added to the gegl_lib target, which needs it. As such, the addition was a no-op.

This commit adds the opencl_dep dependency to the gegl_lib target and keeps only the opencl_headers sources, since the gegl_sources are already included in the gegl_lib target.

Merge request reports