fix(main/opencv): install pkg-config script as well

It is considered deprecated and not installed by opencv per default.

Partially fixes https://github.com/termux/termux-packages/issues/10886.
This commit is contained in:
Henrik Grimler 2022-06-07 21:10:29 +02:00
parent fcd5425d42
commit 3332edfc46
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DWITH_OPENEXR=OFF
-DBUILD_PROTOBUF=OFF
-DPROTOBUF_UPDATE_FILES=ON
-DOPENCV_GENERATE_PKGCONFIG=ON
"
termux_step_post_get_source() {