summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoftwareRat2021-06-03 23:30:05 +0200
committerSoftwareRat2021-06-03 23:30:05 +0200
commitf14dc534812ef7343c1f891e9d72e3166b850c4d (patch)
treefed594828f6e7cbdb78e338e15ac5723a3126f0e
parentcaf7422860f5792d92f06794dd0a326eb5605bba (diff)
downloadaur-f14dc534812ef7343c1f891e9d72e3166b850c4d.tar.gz
Added pkg-config to fix openssl development package not found error
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20626c64456d..c64e9f77ca41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = moonlight-qt-git
arch = x86_64
license = GPL
makedepends = git
+ makedepends = pkg-config
depends = qt5-base
depends = qt5-quickcontrols2
depends = qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index b17efae5a096..90c71ed09a96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Michael Herzberg <{firstname}@{firstinitial}{lastname}.de>
+# Contributor: SoftwareRat <jaguar5018@gmail.com>
pkgname=moonlight-qt-git
pkgver=r891.212ed33
@@ -8,7 +9,7 @@ arch=('x86_64')
license=('GPL')
url='https://moonlight-stream.org'
depends=('qt5-base' 'qt5-quickcontrols2' 'qt5-svg' 'ffmpeg' 'sdl2_ttf')
-makedepends=('git')
+makedepends=('git' 'pkg-config')
optdepends=('libva-intel-driver: hardware acceleration for Intel GPUs')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")