summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-03-27 21:24:05 -0400
committerSolomon Choina2018-03-27 21:24:05 -0400
commit9758387d192e39943a33834345b7bb5d460644d7 (patch)
treee447d4df6ebcc4cca2fec22dbf7f276d0456a077
parent3ebb99f1e151f529a34b28828332581c32686cfd (diff)
downloadaur-9758387d192e39943a33834345b7bb5d460644d7.tar.gz
i forgot to add meson
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e0ce133e342..12221bdb1cf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Feb 14 16:52:29 UTC 2018
+# Wed Mar 28 01:23:45 UTC 2018
pkgbase = network-manager-applet-git
pkgdesc = Applet for managing network connections
pkgver = 1.8.11.dev.r13.g6078306a
@@ -9,6 +9,7 @@ pkgbase = network-manager-applet-git
arch = x86_64
license = GPL2
license = LGPL2.1
+ makedepends = mesa
makedepends = libsecret
makedepends = libnotify
makedepends = libmm-glib
diff --git a/PKGBUILD b/PKGBUILD
index 00ea868bed57..9c38aebe2e70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
url="http://www.gnome.org/projects/NetworkManager/"
depends=(libnm-glib-git libgudev gtk3 mobile-broadband-provider-info iso-codes)
-makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection git)
+makedepends=(mesa libsecret libnotify libmm-glib intltool gobject-introspection git)
options=('emptydirs')
source=(git://git.gnome.org/network-manager-applet)
sha256sums=('SKIP')