diff configure.d @ 135:be50d20643a1

Depend on only the things we need.
author David Bryant <bagnose@gmail.com>
date Mon, 17 Sep 2012 11:49:45 +0930
parents 89e8b0d92f36
children
line wrap: on
line diff
--- a/configure.d	Thu Aug 02 17:20:52 2012 +0930
+++ b/configure.d	Mon Sep 17 11:49:45 2012 +0930
@@ -16,10 +16,12 @@
     // open
     //
 
+    /*
     // libssh2 and dependencies required by net
     usePackage(data, "libssh2", Constraint.AtLeast, "1.2");
     useHeader( data, "gcrypt.h");
     useLibrary(data, "libgcrypt.so");
+    */
     
     // TAO is required by corba-tao
     //useTao(data);
@@ -29,6 +31,7 @@
     // reuse
     //
 
+    /*
     usePackage(data, "libxml-2.0");
     usePackage(data, "libpng");
     usePackage(data, "freetype2");
@@ -48,7 +51,9 @@
 
     useExecutable(data, "IMAGE_MAGICK_CONVERT", ["convert"]);
     useExecutable(data, "ZIP", ["zip"]);
+    */
 
+    /*
     appendBobVar(data, "CCFLAGS",
                  ["-DGTKMM_MACRO_SHADOW_ERROR",
                  "-DGTKMM_DISABLE_DEPRECATED",
@@ -59,7 +64,9 @@
                  "-DLIBSIGC_DISABLE_DEPRECATED",
                  "-DGTK_DISABLE_DEPRECATED",
                  "-DGSEAL_ENABLE"]);
+                 */
 
+    /*
     if (exists("/opt/acacia/ecw")) {
         string[][Use] dirs;
         dirs[Use.Inc] = ["/opt/acacia/ecw/include"];
@@ -74,9 +81,12 @@
         appendBobVar(data, "CCFLAGS",       ["-DUSE_ECW_CHARTING_RASTER_SOURCE"]);
         appendBobVar(data, "ECW_LIBRARIES", ["NCSEcw", "NCSUtil", "NCSCnet"]);
     }
+    */
 
 
+    /*
    appendRunVar(data, "GST_PLUGIN_PATH", ["${DIST_PATH}/lib/plugins"]);
+   */
    
    
    finalise(data, [/*"open"*/]);