diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-04 12:10:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-04 12:10:13 +0000 |
commit | 6ccd7e7b06cd5526674fc243dc06a2bb43f848b8 (patch) | |
tree | 1afa7b2ef05be63d039c8b21905a3dead72ddd70 /testing/xcmenu | |
parent | 4538ea911e27e080727d49f90843402bdd03e155 (diff) | |
download | aports-6ccd7e7b06cd5526674fc243dc06a2bb43f848b8.tar.bz2 aports-6ccd7e7b06cd5526674fc243dc06a2bb43f848b8.tar.xz |
testing/xcmenu: build fix (zlib-dev)
Diffstat (limited to 'testing/xcmenu')
-rw-r--r-- | testing/xcmenu/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xcmenu/APKBUILD b/testing/xcmenu/APKBUILD index 1f5f253892..ae4ed0f757 100644 --- a/testing/xcmenu/APKBUILD +++ b/testing/xcmenu/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="WTFPL" depends="" depends_dev="" -makedepends="$depends_dev libxcb-dev" +makedepends="$depends_dev libxcb-dev zlib-dev" install="" subpackages="" source="saveas-https://github.com/Cloudef/xcmenu/archive/$_commit.zip/$pkgname-$_commit.zip |