#14 drop --with-xft for gtk3 and copy cdefs.h
Merged 2 years ago by defolos. Opened 2 years ago by petersen.
rpms/ petersen/emacs rawhide  into  rawhide

file modified
+2 -2
@@ -194,7 +194,7 @@ 

  %setup -q

  

  # workaround for ftbfs on ppc64, see https://bugzilla.redhat.com/show_bug.cgi?id=2045780#c8

- mv %{SOURCE3} lib/

+ cp -p %{SOURCE3} lib/

  

  %patch1 -p1 -b .spellchecker

  %patch2 -p1 -b .system-crypto-policies
@@ -272,7 +272,7 @@ 

  LDFLAGS=-Wl,-z,relro;  export LDFLAGS;

  

  %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-native-compilation

  %{setarch} %make_build bootstrap NATIVE_FULL_AOT=1

2 unrelated changes:

I mentioned about --with-xft first in #12 (it should be redundant with pgtk rendering in 28 afaiui).

Not good to move a git SOURCE file in %prep: it should be copied into the source tree.

Neither change affects users so I think no changelog entry needed

Pull-Request has been merged by defolos

2 years ago
Metadata