x11-misc/wmakerconf: drop imlib support

This was an alternative to using libwraster, and imlib-1 is dead

Closes: https://bugs.gentoo.org/678912
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2019-03-04 00:54:27 +01:00
parent 52155d6d37
commit fb2949ada2

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,11 +10,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="imlib nls perl"
IUSE="nls perl"
RDEPEND="x11-libs/gtk+:2
>=x11-wm/windowmaker-0.95.2
imlib? ( media-libs/imlib )
perl? ( dev-lang/perl
dev-perl/HTML-Parser
|| ( dev-perl/libwww-perl
@@ -36,10 +35,8 @@ src_prepare() {
}
src_configure() {
local myconf
use imlib || myconf="--disable-imlibtest"
econf \
--disable-imlibtest \
$(use_enable perl upgrade) \
$(use_enable nls) \
${myconf}