projects
/
feed
/
video.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5c2d18
)
assimp: depend on minizip
author
Daniel Golle
<daniel@makrotopia.org>
Fri, 6 Dec 2024 02:28:29 +0000
(
02:28
+0000)
committer
Daniel Golle
<daniel@makrotopia.org>
Fri, 6 Dec 2024 02:57:08 +0000
(
02:57
+0000)
Use minizip-ng from packages feed instead of building in-tree
version of minizip.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libs/assimp/Makefile
patch
|
blob
|
history
diff --git
a/libs/assimp/Makefile
b/libs/assimp/Makefile
index 4f762983483336a8a468d272cdd8132860455dc3..8d5bd3915257cb5cc55a74886974e920371eed65 100644
(file)
--- a/
libs/assimp/Makefile
+++ b/
libs/assimp/Makefile
@@
-23,7
+23,7
@@
define Package/libassimp
SUBMENU:=Video
TITLE:=Open Asset Importer Library
URL:=https://github.com/assimp/assimp
- DEPENDS:=+libstdcpp +zlib
+ DEPENDS:=+libstdcpp +
minizip +
zlib
endef
define Package/libassimp/description