Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2019 14:24:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239156] graphics/ImageMagick6-nox11 pulls in a lot of x11 stuff via graphics/cairo
Message-ID:  <bug-239156-7788-MNI76dp0kY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239156-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239156-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239156

--- Comment #9 from Ting-Wei Lan <lantw44@gmail.com> ---
(In reply to Martin Waschb=C3=BCsch 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 install=
ed=20=20=20
        @if ! pkg-config --exists cairo-egl; then \
                ${ECHO_MSG} "${PKGNAME}: Needs cairo with OPENGL support
enabled."; \
                ${FALSE}; \
        fi

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239156-7788-MNI76dp0kY>