Skip to content
Commit 0d9068b1 authored by Tuomas Tynkkynen's avatar Tuomas Tynkkynen
Browse files

opencv: Fix pkgconfig file after multiple outputs

It used to contain:
````
includedir_old=${prefix}/include/opencv
includedir_new=${prefix}/include
Cflags: -I${includedir_old} -I${includedir_new}
````

Should fix build of 'seeks' and some others.
parent 27d018a1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment