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 9b0a41ccdc91..19f784190736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = orbit2
license = LGPL
license = GPL
makedepends = gtk-doc
+ makedepends = gnome-common
depends = libidl2
options = staticlibs
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index 402310d971c8..a61700b083cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Thin/fast CORBA ORB"
arch=('i686' 'x86_64')
license=('LGPL' 'GPL')
depends=('libidl2')
-makedepends=('gtk-doc')
+makedepends=('gtk-doc' 'gnome-common')
options=('staticlibs' '!makeflags')
url="https://projects.gnome.org/ORBit2/"
source=("https://gitlab.gnome.org/GNOME/$pkgname/-/archive/$_commit/$pkgname-$_commit.tar.bz2")