diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-30 02:16:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-30 02:17:01 +0200 |
commit | 6b49e03aabf9bb3fe8444798d7d0385554454676 (patch) | |
tree | 4afc6ace42513927e92051ae7dc4db34f99563e3 /package/libwebp/Makefile | |
parent | d549f5fc7b200673d47b0592c63ed1db8aa6f431 (diff) |
cog now works with https
Diffstat (limited to 'package/libwebp/Makefile')
-rw-r--r-- | package/libwebp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libwebp/Makefile b/package/libwebp/Makefile index a18d50f3d..4f848ee5f 100644 --- a/package/libwebp/Makefile +++ b/package/libwebp/Makefile @@ -27,5 +27,7 @@ libwebp-install: $(INSTALL_DIR) $(IDIR_LIBWEBP)/usr/lib $(CP) $(WRKINST)/usr/lib/libwebp*so* \ $(IDIR_LIBWEBP)/usr/lib + $(CP) $(WRKINST)/usr/lib/libsharpyuv*so* \ + $(IDIR_LIBWEBP)/usr/lib include ${ADK_TOPDIR}/mk/pkg-bottom.mk |