diff options
Diffstat (limited to 'package/jack2/Makefile')
-rw-r--r-- | package/jack2/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/jack2/Makefile b/package/jack2/Makefile index 887b45e2e..23429e4a7 100644 --- a/package/jack2/Makefile +++ b/package/jack2/Makefile @@ -41,5 +41,11 @@ jack2-install: $(IDIR_JACK2)/usr/lib $(CP) $(WRKINST)/usr/lib/jack/*.so \ $(IDIR_JACK2)/usr/lib/jack + $(CP) ./files/jack.pc.in $(WRKINST)/usr/lib/pkgconfig/jack.pc + $(SED) "s#@INCLUDEDIR@#$(STAGING_TARGET_DIR)/usr/include#" \ + -e "s#@LIBDIR@#$(STAGING_TARGET_DIR)/usr/lib#" \ + -e "s#@PREFIX@#$(STAGING_TARGET_DIR)/usr#" \ + $(WRKINST)/usr/lib/pkgconfig/jack.pc + include ${ADK_TOPDIR}/mk/pkg-bottom.mk |