Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/
Date: Mon, 31 Oct 2011 20:56:02
Message-Id: e988b931bfb440c53bca8067d5b0bde32c4fe55d.chithead@gentoo
1 commit: e988b931bfb440c53bca8067d5b0bde32c4fe55d
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 20:55:56 2011 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Mon Oct 31 20:55:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=e988b931
7
8 x11-libs/libxkbcommon: add configure option to allow cross-compiling, patch from Mandeep Singh Baines in bug #387753.
9
10 ---
11 x11-libs/libxkbcommon/libxkbcommon-9999.ebuild | 4 ++++
12 1 files changed, 4 insertions(+), 0 deletions(-)
13
14 diff --git a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
15 index b850e81..54d761e 100644
16 --- a/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
17 +++ b/x11-libs/libxkbcommon/libxkbcommon-9999.ebuild
18 @@ -14,3 +14,7 @@ RDEPEND="x11-proto/xproto
19 DEPEND="${RDEPEND}
20 sys-devel/bison
21 sys-devel/flex"
22 +
23 +XORG_CONFIGURE_OPTIONS=(
24 + --with-xkb-config-root=${EPREFIX}/usr/share/X11/xkb
25 +)