summaryrefslogtreecommitdiff
path: root/Jamtop
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-06 07:40:42 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-06 07:40:42 +0100
commitc6739b6427261ac2682a9fca3b23c98df0dc9f60 (patch)
treea90193f98739ad96e6ae676409022bd15a648aae /Jamtop
parentc6267b450e6858fdff4360104b362d9da2e1806d (diff)
New upstream release
Diffstat (limited to 'Jamtop')
-rw-r--r--Jamtop3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jamtop b/Jamtop
index 141abd2..6864931 100644
--- a/Jamtop
+++ b/Jamtop
@@ -60,7 +60,7 @@ if $(USE_LIBUSB) = true {
}
# For testing CCast
-DEFINES += CCTEST_PATTERN ;
+#DEFINES += CCTEST_PATTERN ;
# Information for compiling and linking GUI programs
@@ -170,6 +170,7 @@ rule CheckForLibrary {
# See if we have a system TIFF, JPEG, PNG or ZLIB library.
# Note this generates: $(TIFFLIB) $(TIFFINC) $(JPEGLIB) $(JPEGINC) $(PNGLIB)
# $(PNGINC) $(ZLIBLIB) $(ZINC)
+# !!!!! Add to makepackagebin.sh -sBUILTIN_XXX=true !!!!!
CheckForLibrary "TIFF" ;
CheckForLibrary "JPEG" ;
CheckForLibrary "PNG" ;