mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03: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
|
||||
|
||||
Reference in New Issue
Block a user