x11-apps/xlogo: Make XORG_CONFIGURE_OPTIONS an array

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>
This commit is contained in:
David Seifert
2021-05-02 01:55:05 +02:00
committed by Matt Turner
parent 71f867a5ee
commit c55b7b46f6

View File

@@ -20,4 +20,4 @@ RDEPEND="x11-libs/libXrender
x11-libs/libX11"
DEPEND="${RDEPEND}"
XORG_CONFIGURE_OPTIONS="--with-render"
XORG_CONFIGURE_OPTIONS=( --with-render )