diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-13 11:49:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-13 11:49:21 +0000 |
commit | 83e98edd2753154f90811b4efe6f5068af6e6227 (patch) | |
tree | 09adccfc1e1fbb19b7e63be0845a0d6500042732 /main/xcb-util-cursor | |
parent | 05922e62ed4da38afb820e2a06ab99f83887be90 (diff) | |
download | aports-83e98edd2753154f90811b4efe6f5068af6e6227.tar.bz2 aports-83e98edd2753154f90811b4efe6f5068af6e6227.tar.xz |
main/xcb-util-cursor: build fix
Diffstat (limited to 'main/xcb-util-cursor')
-rw-r--r-- | main/xcb-util-cursor/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/xcb-util-cursor/APKBUILD b/main/xcb-util-cursor/APKBUILD index 91179e8c6d..0f7c57b48b 100644 --- a/main/xcb-util-cursor/APKBUILD +++ b/main/xcb-util-cursor/APKBUILD @@ -8,10 +8,9 @@ url="http://xcb.freedesktop.org/" arch="all" license="MIT" depends= -depends_dev="xcb-util-dev xcb-util-renderutil-dev" +depends_dev="xcb-util-dev xcb-util-renderutil-dev xcb-util-image-dev" makedepends="$depends_dev m4" install="" -replaces="xcb-util" subpackages="$pkgname-dev" source="http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.gz " |