From ed6c8f04625c3e8966c97e887c7581c7c8fc79bd Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 2 May 2021 01:55:06 +0200 Subject: x11-libs/libxcb: Define XORG_CONFIGURE_OPTIONS in src_configure Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert Signed-off-by: Matt Turner --- x11-libs/libxcb/libxcb-1.14.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'x11-libs') diff --git a/x11-libs/libxcb/libxcb-1.14.ebuild b/x11-libs/libxcb/libxcb-1.14.ebuild index c1b19d34ac13..b20b8c3487cd 100644 --- a/x11-libs/libxcb/libxcb-1.14.ebuild +++ b/x11-libs/libxcb/libxcb-1.14.ebuild @@ -46,9 +46,13 @@ python_check_deps() { pkg_setup() { python-any-r1_pkg_setup + xorg-3_pkg_setup +} - XORG_CONFIGURE_OPTIONS=( +src_configure() { + local XORG_CONFIGURE_OPTIONS=( $(use_enable doc devel-docs) $(use_enable selinux) ) + xorg-3_src_configure } -- cgit v1.2.3-65-gdbad