[librsvg/rustification] Disable building the Rust parts for now



commit 5a76a7d55468fc3f01da6d3b2d1bdab6872eae06
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Oct 27 21:47:21 2016 -0500

    Disable building the Rust parts for now
    
    I need to do a little refactoring on the C bits first; the Rust
    bits don't build.

 Makefile.am |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 50d5015..febce78 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,12 +72,12 @@ librsvg_@RSVG_API_MAJOR_VERSION@_la_SOURCES = \
        librsvg-enum-types.h    \
        $(NULL)
 
-RUST_LIB = rust/target/debug/librsvg_internals.so
+#RUST_LIB = rust/target/debug/librsvg_internals.so
 
-.PHONY: rust/target/debug/librsvg_internals.so
-rust/target/release/librsvg_internals.so:
-       cd rust && \
-       cargo build --verbose
+#.PHONY: rust/target/debug/librsvg_internals.so
+#rust/target/release/librsvg_internals.so:
+#      cd rust && \
+#      cargo build --verbose
 
 librsvg_@RSVG_API_MAJOR_VERSION@_la_CPPFLAGS = \
        -I$(top_srcdir)                         \
@@ -102,8 +102,8 @@ librsvg_@RSVG_API_MAJOR_VERSION@_la_LDFLAGS = \
 
 librsvg_@RSVG_API_MAJOR_VERSION@_la_LIBADD = \
        $(LIBRSVG_LIBS)         \
-       rust/target/release/librsvg_internals.so \
        $(LIBM)
+#      rust/target/release/librsvg_internals.so
 
 librsvgincdir = $(includedir)/librsvg-$(RSVG_API_VERSION)/librsvg
 librsvginc_HEADERS =   \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]