summaryrefslogtreecommitdiff
path: root/Jamtop
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-06 05:38:49 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-06 05:38:49 +0100
commit9491825ddff7a294d1f49061bae7044e426aeb2e (patch)
tree06e651099f87140ec534ae47fb8ce1ac6ec7976d /Jamtop
parentfa756339d4204bff7f2820067f58214d32780d17 (diff)
Imported Upstream version 1.8.3
Diffstat (limited to 'Jamtop')
-rwxr-xr-x[-rw-r--r--]Jamtop3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jamtop b/Jamtop
index 141abd2..6864931 100644..100755
--- 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" ;