bindings: Re-enable Java, but ignore create_analog_packet().

This will need some fixing.
This commit is contained in:
Uwe Hermann 2014-11-14 16:47:46 +01:00
parent 071151b578
commit b71356d631
2 changed files with 4 additions and 3 deletions

View 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"

View 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.