summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1fb393cfe6b..2af33a75c5fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = slurm-llnl-dev
arch = x86_64
license = GPL
makedepends = python
+ makedepends = gtk2
depends = munge
optdepends = hwloc: enables the task/cgroup plugin
optdepends = lua: the lua API will be available in various plugins
diff --git a/PKGBUILD b/PKGBUILD
index c1678e516781..0252ebc8e648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ optdepends=("hwloc: enables the task/cgroup plugin"
"numactl: NUMA support in the task/affinity plugin"
"ncurses: adds the smap command "
"gtk2: enables the sview command, a simple graphical frontend")
-makedepends=('python')
+makedepends=('python' 'gtk2')
provides=("slurm-llnl=${pkgver}")
conflicts=('slurm-llnl')
backup=('etc/default/slurm-llnl')