On 21 July 2012 18:20, Khaled Hosny <khaledhosny@eglug.org> wrote:
Here is a very crude, WIP patch. It adds --enable-harfbuzz configure
option, plus some (very broken) harfbuzz layout code, but I can't get
the ENABLE_HARFBUZZ to propagate in and thus can't do any testing
because the code is never compiled. I appreciate any insights on how to
get this to work.
+export HARFBUZZ_FLAGS=@HARFBUZZ_CFLAGS@
should be
+export HARFBUZZ_CFLAGS=@HARFBUZZ_CFLAGS@
You want to add:
+$(call gb_LinkTarget_add_defs,$(1),\
+    -DENABLE_HARFBUZZ \
+)
into RepositoryExternal.mk
and use it as
+$(eval $(call gb_Library_use_externals,vcl,harfbuzz))
in vcl/Library_vcl.mk
HTH,
Matus
Context
- Re: Modern font features (continued)
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.