aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-03-07 08:29:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-03-07 08:29:49 +0000
commit280b316339b5a79e64d8feb4b238ac348c4ea44f (patch)
tree4967869be0f226fc42e448c39ef29b145f63bfe8 /community
parent07fab806eecee2e898d5f67f18c1ddcb3ee98655 (diff)
community/caja: build fix
needs libxml2-dev
Diffstat (limited to 'community')
-rw-r--r--community/caja/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/caja/APKBUILD b/community/caja/APKBUILD
index 94e5731bbef..b435633f5a5 100644
--- a/community/caja/APKBUILD
+++ b/community/caja/APKBUILD
@@ -10,7 +10,7 @@ license="GPL2"
depends="mate-common mate-desktop"
depends_dev=""
makedepends="$depends_dev intltool libtool dconf-dev gtk+2.0-dev libunique-dev
- libsm-dev mate-desktop-dev"
+ libsm-dev mate-desktop-dev libxml2-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"