mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
buildroot: fix fallout after qtopia4 -> qt rename
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -63,8 +63,8 @@ else
|
||||
CLASSPATH_CONF_OPT+= --disable-alsa
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_QTOPIA4),y)
|
||||
CLASSPATH_DEPENDENCIES+= qtopia4
|
||||
ifeq ($(BR2_PACKAGE_QT),y)
|
||||
CLASSPATH_DEPENDENCIES+= qt
|
||||
CLASSPATH_CONF_OPT+= --enable-qt-peer
|
||||
else
|
||||
CLASSPATH_CONF_OPT+= --disable-qt-peer
|
||||
|
||||
@@ -79,8 +79,8 @@ else
|
||||
endif
|
||||
|
||||
#Enable or disable qt backend
|
||||
ifeq ($(BR2_PACKAGE_QTOPIA4),y)
|
||||
JAMVM_DEPENDENCIES+= qtopia4
|
||||
ifeq ($(BR2_PACKAGE_QT),y)
|
||||
JAMVM_DEPENDENCIES+= qt
|
||||
JAMVM_CONF_OPT+= --enable-qt-peer
|
||||
else
|
||||
JAMVM_CONF_OPT+= --disable-qt-peer
|
||||
|
||||
Reference in New Issue
Block a user