[Bug 237822] x11-toolkits/pango: Fails to configure with DOCS=ON X11=OFF: ERROR: Unknown variable "xft_dep". (since 1.42.4_2, ports r500960)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 31 21:52:13 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237822

--- Comment #25 from w.schwarzenfeld at utanet.at ---
I changed following:

--- docs/meson.build.orig       2019-07-31 21:41:55 UTC
+++ docs/meson.build
@@ -25,6 +25,8 @@ private_headers = [
   'pangoatsui-private.h',
   'pangox-private.h',
   'pangoxft-private.h',
+  'pangoxft.h',
+  'pangoxft-render.h',
   'pango-ot-private.h',
   'pango-script-lang-table.h',
   'pango-language-sample-table.h',
@@ -68,7 +70,7 @@ if build_pangoft2
   docdeps += libpangoft2_dep
 endif

-if xft_dep.found()
+if libpangoxft_dep.found()
   docdeps += libpangoxft_dep
 endif

This builds and installs, but there are a lot of warnings, maybe it needs more
header-files.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-gnome mailing list