# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"
inherit lxde-git

DESCRIPTION="LXDE GTK+ theme switcher"
IUSE="cursor-theme"

RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}"
add-lxde-man-deps

DOCS="AUTHORS README"

src_configure() {
	econf --enable-man $(use_enable cursor-theme)
}