diff options
author | 2016-05-21 16:34:41 -0400 | |
---|---|---|
committer | 2016-05-24 11:06:32 +0800 | |
commit | 9c0239d32d9fa32579940be42b45ad184026b41a (patch) | |
tree | ffd113ff5fb9d817658cfa768e7a4ff42afaf10a /dev-libs/wlc/wlc-9999.ebuild | |
parent | dev-libs/sway: add missing build time dep on pkgconfig (diff) | |
download | gentoo-9c0239d32d9fa32579940be42b45ad184026b41a.tar.gz gentoo-9c0239d32d9fa32579940be42b45ad184026b41a.tar.bz2 gentoo-9c0239d32d9fa32579940be42b45ad184026b41a.zip |
dev-libs/wlc: add missing license
also add missing build dependency on pkgconfig
This package bundles the source for another package with ZLIB license.
It's also missing a build dependency on pkgconfig.
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1505
Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'dev-libs/wlc/wlc-9999.ebuild')
-rw-r--r-- | dev-libs/wlc/wlc-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/wlc/wlc-9999.ebuild b/dev-libs/wlc/wlc-9999.ebuild index a25e85568392..84647c88fc61 100644 --- a/dev-libs/wlc/wlc-9999.ebuild +++ b/dev-libs/wlc/wlc-9999.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/Cloudef/wlc" EGIT_REPO_URI="https://github.com/Cloudef/wlc.git" -LICENSE="MIT" +LICENSE="MIT ZLIB" SLOT="0" KEYWORDS="" IUSE="X static-libs systemd" @@ -31,6 +31,7 @@ RDEPEND="virtual/opengl systemd? ( sys-apps/systemd sys-apps/dbus )" DEPEND="${RDEPEND} + virtual/pkgconfig dev-libs/wayland-protocols" src_configure() { |