1
0
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:
sudden6 2017-10-31 00:17:38 +01:00
parent 5c8071e15f
commit dcf6240cd1
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -106,7 +106,7 @@ fedora_locallib() {
zypper_install() { zypper_install() {
local zypper_packages=( local zypper_packages=(
automake +pattern:devel_basis
cmake cmake
git git
libavcodec-devel libavcodec-devel
@ -125,7 +125,6 @@ zypper_install() {
libvpx-devel libvpx-devel
libXScrnSaver-devel libXScrnSaver-devel
openal-soft-devel openal-soft-devel
patterns-openSUSE-devel_basis
qrencode-devel qrencode-devel
sqlcipher-devel sqlcipher-devel
) )