tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Graphics/cairo options



Graphics/cairo/options.mk has the following lines:

PKG_OPTIONS_VAR=	PKG_OPTIONS.cairo
PKG_SUPPORTED_OPTIONS=	x11 xcb
.if exists(/System/Library/Frameworks/Quartz.framework)
PKG_SUPPORTED_OPTIONS+=	quartz
.endif
PKG_SUGGESTED_OPTIONS=	x11 xcb

Is there a use case for _not_ including the quartz option when the Quartz framework is available?

One consequence of the current situation is that graphics/librsvg fails on MacOS because the default Cairo options do not include quartz; with the quartz option it builds fine.

I suggest rearranging the conditional to include the quartz option whenever the framework exists.

Thoughts?

Cheers,
Brook



Home | Main Index | Thread Index | Old Index