]> sigrok.org Git - libsigrok.git/commitdiff
bindings: Re-enable Java, but ignore create_analog_packet().
authorUwe Hermann <redacted>
Fri, 14 Nov 2014 15:47:46 +0000 (16:47 +0100)
committerUwe Hermann <redacted>
Fri, 14 Nov 2014 15:58:38 +0000 (16:58 +0100)
This will need some fixing.

bindings/java/org/sigrok/core/classes/classes.i
configure.ac

index 3ca7d1aaa8a94daac0af6057006bfa2f4ad887bb..413fb93ab44c6813672df832f51250dbc48ab371 100644 (file)
@@ -389,4 +389,8 @@ typedef jobject jsourcecallback;
 %define %enumextras(Class)
 %enddef
 
+/* Ignore this for now, needs a fix. */
+%ignore sigrok::Context::create_analog_packet;
+
 %include "bindings/swig/classes.i"
+
index 2879b2794ce808cc8f81dbccd30168fea86b769f..d28306149760eabaddcd394f393d3cd2bab5056b 100644 (file)
@@ -513,9 +513,6 @@ AM_CONDITIONAL(BINDINGS_CXX, test x$BINDINGS_CXX = xyes)
 
 AM_CONDITIONAL(BINDINGS_PYTHON, test x$BINDINGS_PYTHON = xyes)
 
-# Temporarily disable Java bindings, they need a bugfix.
-BINDINGS_JAVA="no"; java_msg="temporarily disabled, needs a bugfix"
-
 AM_CONDITIONAL(BINDINGS_JAVA, test x$BINDINGS_JAVA = xyes)
 
 # Checks for header files.