6943611b61
Unico is a Gtk+ engine that aims to be the more complete yet powerful theming engine for Gtk+ 3.0 and newer. It's the first Gtk+ engine written with Gtk+ style context APIs in mind, using CSS as first class citizen.
11 lines
278 B
Makefile
11 lines
278 B
Makefile
# $NetBSD: options.mk,v 1.1 2014/04/28 01:59:52 rodent Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3-engines-unico
|
|
PKG_SUPPORTED_OPTIONS= debug
|
|
PKG_SUGGESTED_OPTIONS+= # blank
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mdebug)
|
|
CONFIGURE_ARGS+= --enable-debug
|
|
.endif
|