classpath: remove qt support
classpath doesn't work with Qt in buildroot. It assumes qt will run on X11, but we don't have qt-x11 support on buildroot. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d6fa07ffae
commit
4624567df1
@ -8,6 +8,10 @@ CLASSPATH_CONF_OPT = \
|
||||
--disable-gconf-peer \
|
||||
--disable-tools
|
||||
|
||||
# classpath assumes qt runs on top of X11, but we
|
||||
# don't support qt4 on X11
|
||||
CLASSPATH_CONF_OPT += --disable-qt-peer
|
||||
|
||||
CLASSPATH_DEPENDENCIES = host-pkgconf
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
|
||||
@ -39,13 +43,6 @@ else
|
||||
CLASSPATH_CONF_OPT += --disable-gtk-peer --disable-gstreamer-peer
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_QT),y)
|
||||
CLASSPATH_CONF_OPT += --enable-qt-peer
|
||||
CLASSPATH_DEPENDENCIES += qt
|
||||
else
|
||||
CLASSPATH_CONF_OPT += --disable-qt-peer
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBXML2)$(BR2_PACKAGE_LIBXSLT),yy)
|
||||
CLASSPATH_CONF_OPT += --enable-xmlj
|
||||
CLASSPATH_DEPENDENCIES += libxml2 libxslt
|
||||
|
Loading…
Reference in New Issue
Block a user