Browse Source

Merge pull request #3337 from jazzgs/feature_opencv

opencv: install missing pkgconfig file in staging folder
lilik-openwrt-22.03
Yousong Zhou 8 years ago
committed by GitHub
parent
commit
45f6380e37
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libs/opencv/Makefile

+ 2
- 0
libs/opencv/Makefile View File

@ -61,6 +61,8 @@ define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/include/opencv2 $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libopencv* $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/opencv.pc $(1)/usr/lib/pkgconfig/
endef
define Package/opencv/install


Loading…
Cancel
Save