From baa20fef85bc58be17d76d8d34503276c1fad157093f4b08c997d2c4785a3b59 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 28 Jul 2015 14:37:01 +0000 Subject: [PATCH] Accepting request 308473 from home:Sodel_the_V:branches:editors This branch enables Xft when building emacs-x11. Without Xft, emacs-x11 is addled with graphical glitches and artefacts, making it unusable on my system. I don't think disabling Xft particularly benefits anyone else, either. OBS-URL: https://build.opensuse.org/request/show/308473 OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=178 --- emacs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.spec b/emacs.spec index 4241b14..3e1529d 100644 --- a/emacs.spec +++ b/emacs.spec @@ -360,7 +360,7 @@ DESKTOP="--with-x \ --with-x-toolkit=lucid \ --x-includes=%{_x11inc} \ --x-libraries=%{_x11lib}:%{_x11data} \ - --without-xft \ + --with-xft \ --without-libotf \ --without-m17n-flt \ "