Skip to content

Commit

Permalink
Change libjpeg to also provide helper binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
avanc committed May 24, 2021
1 parent 3f2965f commit a8a0cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/libjpeg/libjpeg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ define LIBJPEG_REMOVE_USELESS_TOOLS
rm -f $(addprefix $(TARGET_DIR)/usr/bin/,cjpeg djpeg jpegtran rdjpgcom wrjpgcom)
endef

LIBJPEG_POST_INSTALL_TARGET_HOOKS += LIBJPEG_REMOVE_USELESS_TOOLS
#LIBJPEG_POST_INSTALL_TARGET_HOOKS += LIBJPEG_REMOVE_USELESS_TOOLS

define LIBJPEG_INSTALL_STAGING_PC
$(INSTALL) -D -m 0644 package/libjpeg/libjpeg.pc.in \
Expand Down

0 comments on commit a8a0cd8

Please sign in to comment.