Skip to content

Commit

Permalink
libftdi1: Apply pkgconfig fixes to libftdipp1 as well
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Sep 16, 2019
1 parent bfcab07 commit 762a0ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/libftdi1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ define Build/InstallDev
$(call Build/InstallDev/cmake,$(1))
$(SED) 's,/usr/include,$$$${prefix}/include,g' $(1)/usr/lib/pkgconfig/libftdi1.pc
$(SED) 's,/usr/lib,$$$${prefix}/lib,g' $(1)/usr/lib/pkgconfig/libftdi1.pc
$(SED) 's,/usr/include,$$$${prefix}/include,g' $(1)/usr/lib/pkgconfig/libftdipp1.pc
$(SED) 's,/usr/lib,$$$${prefix}/lib,g' $(1)/usr/lib/pkgconfig/libftdipp1.pc
endef

define Package/libftdi1/install
Expand Down

0 comments on commit 762a0ee

Please sign in to comment.