Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(build): Add missing dependency for openSUSE
Browse files Browse the repository at this point in the history
Build failed without `libexif-devel`
  • Loading branch information
IlyaBizyaev committed Dec 24, 2017
1 parent ff2fc18 commit f7e089f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simple_make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ zypper_install() {
libavcodec-devel
libavdevice-devel
libopus-devel
libexif-devel
libQt5Concurrent-devel
libqt5-linguist
libqt5-linguist-devel
Expand Down

0 comments on commit f7e089f

Please sign in to comment.