1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/opencv
Tuomas Tynkkynen 0d9068b131 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.
2016-10-21 01:40:42 +03:00
..
3.x.nix ilmbase: Use separate outputs 2016-09-01 18:57:43 +02:00
default.nix opencv: Fix pkgconfig file after multiple outputs 2016-10-21 01:40:42 +03:00
no-build-info.patch opencv: Use multiple outputs and prevent runtime dependency on GCC 2016-10-02 19:22:02 +02:00