mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 06:59:59 +04:00
Merge pull request #3337 from jazzgs/feature_opencv
opencv: install missing pkgconfig file in staging folder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user