Blob Blame History Raw
commit 9d0729017c5c3e4b497cb3a87d835f6bf93afe25
Author: Tom Hughes <tom@compton.nu>
Date:   Wed Feb 19 17:55:41 2014 +0000

    Don't try and build mapnik-vector-tile

diff --git a/binding.gyp b/binding.gyp
index 3195426..ae7dad9 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -17,28 +17,7 @@
   ],
   'targets': [
     {
-      'target_name': 'action_before_build',
-      'type': 'none',
-      'actions': [
-          {
-            'action_name': 'generate_protoc_files',
-            'inputs': [
-              './node_modules/mapnik-vector-tile/proto/vector_tile.proto'
-            ],
-            'outputs': [
-              './node_modules/mapnik-vector-tile/src/vector_tile.pb.cc',
-              './node_modules/mapnik-vector-tile/src/vector_tile.pb.h'
-            ],
-            'action': [ 'protoc',
-                        '-I./node_modules/mapnik-vector-tile/proto/',
-                        '--cpp_out=./node_modules/mapnik-vector-tile/src/',
-                        './node_modules/mapnik-vector-tile/proto/vector_tile.proto']
-          }
-      ]
-    },
-    {
       'target_name': '<(module_name)',
-      'dependencies': [ 'action_before_build' ],
       'sources': [
           "src/node_mapnik.cpp",
           "src/mapnik_map.cpp",
@@ -168,4 +147,4 @@
       ]
     }
   ]
-}
\ No newline at end of file
+}