summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubosz Sarnecki2020-04-06 17:56:09 +0200
committerLubosz Sarnecki2020-04-06 17:56:09 +0200
commitc547660271b93c76bc4e8e8a97fcef9ab3aa4011 (patch)
tree0456e878874ea2602652ed7d23dc41be36fec691
parentdf1d7344b64397508296f82e27c236090c76d660 (diff)
downloadaur-c547660271b93c76bc4e8e8a97fcef9ab3aa4011.tar.gz
Add missing make dep.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67abbacd1fee..a15761b54dfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = minigbs-git
license = MIT
makedepends = git
makedepends = make
+ makedepends = libx11
depends = alsa-lib
depends = ncurses
optdepends = libx11: Oscilloscope
diff --git a/PKGBUILD b/PKGBUILD
index 631854338bd0..a1769f45bae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('MIT')
url="https://github.com/baines/MiniGBS"
depends=('alsa-lib' 'ncurses')
-makedepends=('git' 'make')
+makedepends=('git' 'make' 'libx11')
optdepends=('libx11: Oscilloscope')
provides=("minigbs="$pkgver)
replaces=("minigbs")