all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Oddities in ./configure --with-pgtk's output
@ 2021-12-19 10:15 Kévin Le Gouguec
  2021-12-19 10:28 ` Po Lu
  0 siblings, 1 reply; 9+ messages in thread
From: Kévin Le Gouguec @ 2021-12-19 10:15 UTC (permalink / raw)
  To: emacs-devel

Hello folks,

I diff'ed the output of "./configure" and "./configure --with-pgtk" out
of curiosity; there are a couple of things that I found intriguing.
Some of them might warrant a bug report; since I could very well be
missing something, I thought I'd report here first.

(This is on openSUSE Tumbleweed, on commit 2021-12-19 "Add missing
implementation of `pgtk-menu-bar-open'" (579d7c20da))

> -checking for libwebp >= 0.6.0... yes

IIUC 'configure' guards WebP support behind several 'test "${HAVE_XXX}"'
clauses where XXX represents "something that supports displaying
images".  Should this be extended to ${HAVE_PGTK}?

> +checking for pkg-config... (cached) /usr/bin/pkg-config
> +checking pkg-config is at least version 0.16... yes

Not sure why this check is only present --with-pgtk?

> @@ -619,9 +592,9 @@
>    Does Emacs use -lxml2?                                  yes
>    Does Emacs use -lfreetype?                              yes
>    Does Emacs use HarfBuzz?                                yes
> -  Does Emacs use -lm17n-flt?                              yes
> +  Does Emacs use -lm17n-flt?                              
>    Does Emacs use -lotf?                                   yes
> -  Does Emacs use -lxft?                                   no
> +  Does Emacs use -lxft?                                   
>    Does Emacs use -lsystemd?                               yes
>    Does Emacs use -ljansson?                               yes
>    Does Emacs use the GMP library?                         yes

Should -lm17n-flt and -lxft say "no" instead of being empty?


At any rate, thanks for all the hard work.



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-12-20  1:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-19 10:15 Oddities in ./configure --with-pgtk's output Kévin Le Gouguec
2021-12-19 10:28 ` Po Lu
2021-12-19 12:49   ` Kévin Le Gouguec
2021-12-19 12:53     ` Po Lu
2021-12-19 13:00       ` Lars Ingebrigtsen
2021-12-19 13:02         ` Po Lu
2021-12-19 13:59           ` Lars Ingebrigtsen
2021-12-20  1:24             ` Po Lu
2021-12-19 13:13       ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.