commit: badb974e4774dc877ff652fc712114c9d1b5f6d9 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Mar 30 07:17:27 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Mar 30 07:18:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badb974e
app-editors/emacs: Always enable toolkit-scroll-bars with pure GTK Closes: https://bugs.gentoo.org/836392 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-editors/emacs/emacs-29.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/emacs/emacs-29.0.9999.ebuild b/app-editors/emacs/emacs-29.0.9999.ebuild index b26146f171bc..bb9b91c9c741 100644 --- a/app-editors/emacs/emacs-29.0.9999.ebuild +++ b/app-editors/emacs/emacs-29.0.9999.ebuild @@ -232,9 +232,9 @@ src_configure() { elif use gtk && ! use X; then einfo "Configuring to build with pure GTK (without X11) support" myconf+=" --with-pgtk --without-x --without-ns" + myconf+=" --with-toolkit-scroll-bars" #836392 myconf+=" $(use_with gconf)" myconf+=" $(use_with gsettings)" - myconf+=" $(use_with toolkit-scroll-bars)" myconf+=" $(use_with harfbuzz)" myconf+=" $(use_with m17n-lib libotf)" myconf+=" $(use_with m17n-lib m17n-flt)"
