44a03d8b87
This will become a template based image manipulation library with fast, yet space efficient data-layout and algorithms. XXX: I didn't get it to convert any files yet.
13 lines
426 B
Makefile
13 lines
426 B
Makefile
# $NetBSD: options.mk,v 1.1.1.1 2009/10/11 10:26:50 thomasklausner Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.exact-image
|
|
PKG_SUPPORTED_OPTIONS= viewer
|
|
# XXX: swig, lua, perl, php, python, ruby are optionally supported
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mviewer)
|
|
.include "../../graphics/evas/buildlink3.mk"
|
|
.include "../../graphics/evas-software-x11/buildlink3.mk"
|
|
# should add bin/edisplay to PLIST
|
|
.endif
|