[Bug 239156] graphics/ImageMagick6-nox11 pulls in a lot of x11 stuff via graphics/cairo
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jul 20 14:24:37 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239156
--- Comment #9 from Ting-Wei Lan <lantw44 at gmail.com> ---
(In reply to Martin Waschbüsch from comment #8)
I guess the answer is no. If it is possible, www/webkit2-gtk3 wouldn't need
this kind of code to check whether cairo is built with OPENGL enabled.
pre-configure:
# .if !exists() evaluates too early before cairo has a chance to be installed
@if ! pkg-config --exists cairo-egl; then \
${ECHO_MSG} "${PKGNAME}: Needs cairo with OPENGL support
enabled."; \
${FALSE}; \
fi
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list