diff options
author | David Seifert <soap@gentoo.org> | 2021-05-02 01:55:06 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-05-02 11:24:47 -0400 |
commit | ed6c8f04625c3e8966c97e887c7581c7c8fc79bd (patch) | |
tree | cb9c93a626f65a2be4b2dd06cda05510044a8075 /x11-libs/libxcb | |
parent | x11-libs/libX11: Define XORG_CONFIGURE_OPTIONS in src_configure (diff) | |
download | gentoo-ed6c8f04625c3e8966c97e887c7581c7c8fc79bd.tar.gz gentoo-ed6c8f04625c3e8966c97e887c7581c7c8fc79bd.tar.bz2 gentoo-ed6c8f04625c3e8966c97e887c7581c7c8fc79bd.zip |
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 <soap@gentoo.org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.14.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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 } |