[Scummvm-tracker] [ScummVM] #10807: CONFIGURE: FreeType detection fails on automatic re-run of configure script

Bastien Bouclet trac at scummvm.org
Thu Nov 15 13:46:43 CET 2018


#10807: CONFIGURE: FreeType detection fails on automatic re-run of configure script
---------------------------+--------------------
  Reporter:  eriktorbjorn  |      Owner:  (none)
      Type:  defect        |     Status:  new
  Priority:  normal        |  Component:  Common
Resolution:                |   Keywords:
      Game:                |
---------------------------+--------------------

Comment (by bgK):

 Yes, it's related to this PR. We now define PKG_CONFIG_LIBDIR when
 automatically running configure, so that its value is saved between runs
 (useful for the cross-compilation case). There are two main
 implementations of pkg-config. The one from freedesktop.org and the one
 from github.com/pkgconf/. The one from github ignores PKG_CONFIG_LIBDIR
 when it is empty and uses the system .pc lookup directories. The one from
 fd.o does not and uses an empty search path...
 We probably need not to set PKG_CONFIG_LIBDIR when the saved value is
 empty, or something like that.

--
Ticket URL: <https://bugs.scummvm.org/ticket/10807#comment:2>
ScummVM <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list