mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(simple_make): use the correct pattern syntax in zypper
This fixes different package names for the patterns in OpenSUSE Leap and Tumbleweed. Fixes #4751
This commit is contained in:
parent
5c8071e15f
commit
dcf6240cd1
|
@ -106,7 +106,7 @@ fedora_locallib() {
|
|||
|
||||
zypper_install() {
|
||||
local zypper_packages=(
|
||||
automake
|
||||
+pattern:devel_basis
|
||||
cmake
|
||||
git
|
||||
libavcodec-devel
|
||||
|
@ -125,7 +125,6 @@ zypper_install() {
|
|||
libvpx-devel
|
||||
libXScrnSaver-devel
|
||||
openal-soft-devel
|
||||
patterns-openSUSE-devel_basis
|
||||
qrencode-devel
|
||||
sqlcipher-devel
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user