dev-libs/gjs: clarify some configure args comments
authorMart Raudsepp <leio@gentoo.org>
Mon, 2 Sep 2019 18:00:16 +0000 (21:00 +0300)
committerMart Raudsepp <leio@gentoo.org>
Mon, 2 Sep 2019 18:00:33 +0000 (21:00 +0300)
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
dev-libs/gjs/gjs-1.56.2.ebuild

index d436481cec50abcc21d8be0b11b9f7f07e2a5071..a29e1c7e479ceee79d5f5de7adec3db3a617fc38 100644 (file)
@@ -45,8 +45,8 @@ src_configure() {
                $(use_enable readline) \
                $(use_with test dbus-tests) \
                --disable-installed-tests \
-               --without-xvfb-tests
-               #$(use_with test xvfb-tests) # https://gitlab.gnome.org/GNOME/gjs/issues/280
+               --without-xvfb-tests # disables Makefile spawning Xvfb for us, as we do it ourselves:
+               # https://gitlab.gnome.org/GNOME/gjs/issues/280
 }
 
 src_install() {