mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(build): Add missing dependency for openSUSE
Build failed without `libexif-devel`
This commit is contained in:
parent
ff2fc18be1
commit
f7e089f7a7
|
@ -112,6 +112,7 @@ zypper_install() {
|
||||||
libavcodec-devel
|
libavcodec-devel
|
||||||
libavdevice-devel
|
libavdevice-devel
|
||||||
libopus-devel
|
libopus-devel
|
||||||
|
libexif-devel
|
||||||
libQt5Concurrent-devel
|
libQt5Concurrent-devel
|
||||||
libqt5-linguist
|
libqt5-linguist
|
||||||
libqt5-linguist-devel
|
libqt5-linguist-devel
|
||||||
|
|
Loading…
Reference in New Issue
Block a user