blob: 88d4f2a096625fda89f5693ca4794a38875e429c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-0.99.0-r1.ebuild,v 1.3 2005/08/28 15:13:25 matsuu Exp $
# FIXME: Add USE flags
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
inherit x-modular
PATCHES="${FILESDIR}/fix-xkeysymdb-location.patch"
DESCRIPTION="X.Org X11 library"
KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sh ~sparc ~x86"
IUSE="ipv6"
RDEPEND="x11-libs/xtrans
x11-libs/libXau
x11-libs/libXdmcp"
DEPEND="${RDEPEND}
x11-proto/xproto
x11-proto/bigreqsproto
x11-proto/xextproto
x11-proto/xcmiscproto
x11-proto/kbproto
x11-proto/inputproto"
CONFIGURE_OPTIONS="$(use_enable ipv6)"
# xorg really doesn't like xlocale disabled.
# $(use_enable nls xlocale)
|