summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-03-30 09:17:27 +0200
committerUlrich Müller <ulm@gentoo.org>2022-03-30 09:18:37 +0200
commitbadb974e4774dc877ff652fc712114c9d1b5f6d9 (patch)
tree90ecbb38e0c1ebbb5c4c898ac07ec3ca4b871146 /app-editors/emacs
parentapp-misc/broot: bump to 1.10.0 (diff)
downloadgentoo-badb974e4774dc877ff652fc712114c9d1b5f6d9.tar.gz
gentoo-badb974e4774dc877ff652fc712114c9d1b5f6d9.tar.bz2
gentoo-badb974e4774dc877ff652fc712114c9d1b5f6d9.zip
app-editors/emacs: Always enable toolkit-scroll-bars with pure GTK
Closes: https://bugs.gentoo.org/836392 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/emacs')
-rw-r--r--app-editors/emacs/emacs-29.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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)"