summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-04-25 15:26:06 +0100
committerFFY002018-04-25 15:26:06 +0100
commit98a56ca60fd1fb258cae46ceb318fcb1d4b04bed (patch)
treec4e06d261f6b36976f0fbefb10cd45db92c7bdd2
parente571a31c5dd8707573d290be54b4eb23f7dad070 (diff)
downloadaur-98a56ca60fd1fb258cae46ceb318fcb1d4b04bed.tar.gz
pkgbuild: add abstract depencency for opengl-driver
User can choose if he wants to install mesa or other opengl stack
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f6d1d029f43..11c20ce74a8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = limesuite
makedepends = cmake
depends = sqlite3
depends = wxgtk3
- depends = mesa
+ depends = opengl-driver
depends = libusb>=1.0
depends = soapysdr
provides = limesdr
diff --git a/PKGBUILD b/PKGBUILD
index df8aeb48336f..11f1989cba74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Driver and GUI for LMS7002M-based SDR platforms"
arch=(any)
url="https://github.com/myriadrf/LimeSuite"
license=('MIT')
-depends=('sqlite3' 'wxgtk3' 'mesa' 'libusb>=1.0' 'soapysdr')
+depends=('sqlite3' 'wxgtk3' 'opengl-driver' 'libusb>=1.0' 'soapysdr')
makedepends=('git' 'cmake')
provides=('limesdr' 'soapylms7')
conflicts=('limesdr' 'soapylms7')