[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] ea296f: Allow the FT2 and Unicode Plugin deps to be found

Tobias Pape noreply at github.com
Tue Sep 28 08:35:42 UTC 2021


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: ea296f0401f1d9e83cb8ffea3ff085f6ee34f4ef
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/ea296f0401f1d9e83cb8ffea3ff085f6ee34f4ef
  Author: Tobias Pape <tobias at netshed.de>
  Date:   2021-09-28 (Tue, 28 Sep 2021)

  Changed paths:
    M platforms/unix/config/make.cfg.in
    R platforms/unix/plugins/FT2Plugin/Makefile.in
    A platforms/unix/plugins/FT2Plugin/Makefile.inc
    A platforms/unix/plugins/FT2Plugin/acinclude.m4
    M platforms/unix/plugins/UnicodePlugin/Makefile.inc
    R platforms/unix/plugins/UnicodePlugin/README.UnicodePlugin
    M platforms/unix/plugins/UnicodePlugin/acinclude.m4

  Log Message:
  -----------
  Allow the FT2 and Unicode Plugin deps to be found

We utilize pkg-config for that, as
 1. glib (for UnicodePlugin) _requires_ than and
 2. freetype has multiple include dirs to care for

This is ad tad back-and-forth, as AC_SUBST only really
works in a plugin when the to-be-SUBST-vars are in make.cfg.in.
Go figure...

Signed-off-by: Tobias Pape <tobias at netshed.de>




More information about the Vm-dev mailing list