src/inc/common.mk 1.81
1.81 2010/06/05 19:29:52 braney
add support for 32-bit color (make USE_PNG have global consequence)
Index: src/inc/common.mk
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/common.mk,v
retrieving revision 1.80
retrieving revision 1.81
diff -b -B -U 4 -r1.80 -r1.81
--- src/inc/common.mk 28 May 2010 18:53:49 -0000 1.80
+++ src/inc/common.mk 5 Jun 2010 19:29:52 -0000 1.81
@@ -23,8 +23,11 @@
endif
L+=${PNGLIB}
HG_DEFS+=-DUSE_PNG
HG_INC+=${PNGINCL}
+ ifeq (${COLOR32},1)
+ HG_DEFS+=-DCOLOR32
+ endif
endif
# libbam (samtools, and Angie's KNETFILE_HOOKS extension to it): disabled by default
ifeq (${USE_BAM},1)