opencv: install missing pkgconfig file in staging folder
Signed-off-by: jazzgs <jazzgs@users.noreply.github.com>
This commit is contained in:
parent
fe48e6c802
commit
316aa08c96
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue