mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
Merged in filnet/librepilot (pull request #228)
msys2: add missing dependencies
This commit is contained in:
commit
61ce3d66d8
@ -97,6 +97,7 @@ win32 {
|
|||||||
libpcre16-0.dll \
|
libpcre16-0.dll \
|
||||||
zlib1.dll \
|
zlib1.dll \
|
||||||
libharfbuzz-0.dll \
|
libharfbuzz-0.dll \
|
||||||
|
libgraphite2.dll \
|
||||||
libfreetype-6.dll \
|
libfreetype-6.dll \
|
||||||
libbz2-1.dll \
|
libbz2-1.dll \
|
||||||
libpng16-16.dll \
|
libpng16-16.dll \
|
||||||
|
@ -58,7 +58,8 @@ osg:win32 {
|
|||||||
libtasn1-6.dll \
|
libtasn1-6.dll \
|
||||||
libhogweed-4-1.dll \
|
libhogweed-4-1.dll \
|
||||||
libnettle-6-1.dll \
|
libnettle-6-1.dll \
|
||||||
libssh2-1.dll
|
libssh2-1.dll \
|
||||||
|
libnghttp2-14.dll
|
||||||
|
|
||||||
# other
|
# other
|
||||||
OSG_LIBS += \
|
OSG_LIBS += \
|
||||||
|
Loading…
Reference in New Issue
Block a user