aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nautilus
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-23 00:03:39 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-23 00:03:39 -0600
commit202f89f22b5347e256d7187078176ba4e47f9c93 (patch)
treec653a03addee15a6543a735ef9b0b6b18f41c9c5 /testing/nautilus
parente2183b98ec4700eef8d07a19fea1d0805e49adf6 (diff)
downloadaports-202f89f22b5347e256d7187078176ba4e47f9c93.tar.bz2
aports-202f89f22b5347e256d7187078176ba4e47f9c93.tar.xz
testing/nautilus: build fix
Diffstat (limited to 'testing/nautilus')
-rw-r--r--testing/nautilus/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/nautilus/APKBUILD b/testing/nautilus/APKBUILD
index 423b15ef01..dfa620e4b1 100644
--- a/testing/nautilus/APKBUILD
+++ b/testing/nautilus/APKBUILD
@@ -20,7 +20,11 @@ depends_dev="gtk+-dev
libxcursor-dev
libxcomposite-dev
- libxi-dev"
+ libxi-dev
+ libxau-dev
+ libxdmcp-dev
+ libxext-dev
+ libxcb-dev"
makedepends="$depends_dev intltool gobject-introspection"
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-upgrade"
subpackages="$pkgname-dev"