314839cf97
GEGL (Generic Graphics Library) is a graph based image processing framework. GEGL provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl it provides support for a wide range of color models and pixel storage formats for input and output.
14 lines
301 B
Makefile
14 lines
301 B
Makefile
# $NetBSD: options.mk,v 1.1 2015/08/25 13:23:02 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gegl
|
|
PKG_SUPPORTED_OPTIONS= svg
|
|
PKG_SUGGESTED_OPTIONS= svg
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
PLIST_VARS+= svg
|
|
|
|
.if !empty(PKG_OPTIONS:Msvg)
|
|
.include "../../graphics/librsvg/buildlink3.mk"
|
|
PLIST.svg= yes
|
|
.endif
|