drop --with-xft for gtk3 toolkit build
It should be deprecated now by Cairo rendering with the new native pgtk in 28 See current build.log eg https://koji.fedoraproject.org/koji/buildinfo?buildID=2001145: Does Emacs use cairo? yes : Does Emacs use -lfreetype? yes Does Emacs use HarfBuzz? yes Does Emacs use -lm17n-flt? yes Does Emacs use -lotf? yes Does Emacs use -lxft? no
This commit is contained in:
parent
8f058b1c85
commit
29b8e9dec8
@ -272,7 +272,7 @@ ln -s ../configure .
|
|||||||
LDFLAGS=-Wl,-z,relro; export LDFLAGS;
|
LDFLAGS=-Wl,-z,relro; export LDFLAGS;
|
||||||
|
|
||||||
%configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \
|
%configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg \
|
||||||
--with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=no \
|
--with-tiff --with-xpm --with-x-toolkit=gtk3 --with-gpm=no \
|
||||||
--with-xwidgets --with-modules --with-harfbuzz --with-cairo --with-json \
|
--with-xwidgets --with-modules --with-harfbuzz --with-cairo --with-json \
|
||||||
--with-native-compilation
|
--with-native-compilation
|
||||||
%{setarch} %make_build bootstrap NATIVE_FULL_AOT=1
|
%{setarch} %make_build bootstrap NATIVE_FULL_AOT=1
|
||||||
|
Loading…
Reference in New Issue
Block a user