diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-05-15 08:11:27 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-05-15 08:11:27 +0000 |
commit | a3a04ed824bd093561cc60e7a40ad85f9113f77c (patch) | |
tree | 8db935034848835d859d76c9d4afe35eade5d807 /app-misc/lirc/lirc-0.7.1.ebuild | |
parent | moved to app-mobilephone/ringtonetools (diff) | |
download | historical-a3a04ed824bd093561cc60e7a40ad85f9113f77c.tar.gz historical-a3a04ed824bd093561cc60e7a40ad85f9113f77c.tar.bz2 historical-a3a04ed824bd093561cc60e7a40ad85f9113f77c.zip |
add support for the X use flag, bug #91624
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-misc/lirc/lirc-0.7.1.ebuild')
-rw-r--r-- | app-misc/lirc/lirc-0.7.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-misc/lirc/lirc-0.7.1.ebuild b/app-misc/lirc/lirc-0.7.1.ebuild index 25dfe4ff0903..9cd845d6111a 100644 --- a/app-misc/lirc/lirc-0.7.1.ebuild +++ b/app-misc/lirc/lirc-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.7.1.ebuild,v 1.3 2005/05/14 14:14:27 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.7.1.ebuild,v 1.4 2005/05/15 08:11:27 lanius Exp $ inherit eutils linux-mod flag-o-matic @@ -51,11 +51,11 @@ HOMEPAGE="http://www.lirc.org" SLOT="0" LICENSE="GPL-2" -IUSE="debug doc" +IUSE="debug doc X" KEYWORDS="~x86 ~ppc ~alpha ~ia64 ~amd64 ~ppc64" RDEPEND="virtual/libc - X11? ( virtual/x11 )" + X? ( virtual/x11 )" DEPEND="virtual/linux-sources sys-devel/autoconf @@ -105,6 +105,7 @@ src_compile() { --with-syslog=LOG_DAEMON \ --enable-sandboxed \ `use_enable debug` \ + `use_with X` \ ${LIRC_OPTS} || die "./configure failed" convert_to_m ${S}/Makefile |