-- babl is a dynamic, any to any, pixel format translation library. It allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations. A vocabulary to formulate new pixel formats from existing primitives is provided as well as the framework to add new color models and data types.
19 lines
420 B
Text
19 lines
420 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2008/08/19 17:51:14 bjs Exp $
|
|
|
|
Only build documentation if BUILD_DOCS is defined in MAKE_ENV.
|
|
|
|
--- Makefile.am.orig 2008-06-12 17:05:58.000000000 -0400
|
|
+++ Makefile.am
|
|
@@ -3,8 +3,11 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2
|
|
SUBDIRS = \
|
|
babl \
|
|
extensions \
|
|
- tests \
|
|
+ tests
|
|
+ifdef BUILD_DOCS
|
|
+SUBDIRS+= \
|
|
docs
|
|
+endif
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = babl.pc
|