bindings: Re-enable Java, but ignore create_analog_packet().
This will need some fixing.
This commit is contained in:
parent
071151b578
commit
b71356d631
|
@ -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"
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue