Fixed differences between glib versions (#2153)
This commit is contained in:
parent
c7633e7016
commit
5c4f918db2
@ -79,7 +79,8 @@ if [ -f /etc/lsb-release ]; then
|
|||||||
PKGS+=( libgtk2.0-0 )
|
PKGS+=( libgtk2.0-0 )
|
||||||
else
|
else
|
||||||
if [ "$system_ver" = "20.04" ]; then
|
if [ "$system_ver" = "20.04" ]; then
|
||||||
PKGS+=( gstreamer1.0-plugins-ugly
|
PKGS+=( libglib2.0-0
|
||||||
|
gstreamer1.0-plugins-ugly
|
||||||
gstreamer1.0-libav
|
gstreamer1.0-libav
|
||||||
libgstreamer-plugins-base1.0-dev
|
libgstreamer-plugins-base1.0-dev
|
||||||
gstreamer1.0-doc
|
gstreamer1.0-doc
|
||||||
@ -99,7 +100,8 @@ if [ -f /etc/lsb-release ]; then
|
|||||||
libpython3.8
|
libpython3.8
|
||||||
)
|
)
|
||||||
elif [ "$system_ver" = "18.04" ]; then
|
elif [ "$system_ver" = "18.04" ]; then
|
||||||
PKGS+=( libfluidsynth1
|
PKGS+=( libglib2.0
|
||||||
|
libfluidsynth1
|
||||||
libnettle6
|
libnettle6
|
||||||
libopenexr22
|
libopenexr22
|
||||||
gstreamer1.0-plugins-ugly
|
gstreamer1.0-plugins-ugly
|
||||||
|
Loading…
Reference in New Issue
Block a user