mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
msys2: add missing dependencies
- qt related libgraphite2 - curl related libnghttp2
This commit is contained in:
parent
23f1867746
commit
0dd328e1c0
@ -97,6 +97,7 @@ win32 {
|
||||
libpcre16-0.dll \
|
||||
zlib1.dll \
|
||||
libharfbuzz-0.dll \
|
||||
libgraphite2.dll \
|
||||
libfreetype-6.dll \
|
||||
libbz2-1.dll \
|
||||
libpng16-16.dll \
|
||||
|
@ -58,7 +58,8 @@ osg:win32 {
|
||||
libtasn1-6.dll \
|
||||
libhogweed-4-1.dll \
|
||||
libnettle-6-1.dll \
|
||||
libssh2-1.dll
|
||||
libssh2-1.dll \
|
||||
libnghttp2-14.dll
|
||||
|
||||
# other
|
||||
OSG_LIBS += \
|
||||
|
Loading…
Reference in New Issue
Block a user