diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-04 12:08:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-04 12:09:26 +0000 |
commit | 4538ea911e27e080727d49f90843402bdd03e155 (patch) | |
tree | 82586ab2a66d15164e78052e8336981ac3762db1 /testing | |
parent | 75ac73bcf72154a8822088f2d97b9202455f53b9 (diff) | |
download | aports-4538ea911e27e080727d49f90843402bdd03e155.tar.bz2 aports-4538ea911e27e080727d49f90843402bdd03e155.tar.xz |
testing/xcmenu: build fix
needs libxcb-dev
Diffstat (limited to 'testing')
-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 950671447f..1f5f253892 100644 --- a/testing/xcmenu/APKBUILD +++ b/testing/xcmenu/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="WTFPL" depends="" depends_dev="" -makedepends="$depends_dev" +makedepends="$depends_dev libxcb-dev" install="" subpackages="" source="saveas-https://github.com/Cloudef/xcmenu/archive/$_commit.zip/$pkgname-$_commit.zip |