Qtopia: don't build sqlite driver when SQL module is disabled.
This commit is contained in:
parent
0ca929e052
commit
52a7c1681e
@ -182,11 +182,17 @@ QTOPIA4_CONFIGURE+= -qt-sql-psql
|
|||||||
endif
|
endif
|
||||||
ifeq ($(BR2_PACKAGE_QTOPIA4_SQLITE),y)
|
ifeq ($(BR2_PACKAGE_QTOPIA4_SQLITE),y)
|
||||||
QTOPIA4_CONFIGURE+= -qt-sql-sqlite
|
QTOPIA4_CONFIGURE+= -qt-sql-sqlite
|
||||||
|
else
|
||||||
|
QTOPIA4_CONFIGURE+= -no-sql-sqlite
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_PACKAGE_QTOPIA4_SQLITE2),y)
|
ifeq ($(BR2_PACKAGE_QTOPIA4_SQLITE2),y)
|
||||||
QTOPIA4_CONFIGURE+= -qt-sql-sqlite2
|
QTOPIA4_CONFIGURE+= -qt-sql-sqlite2
|
||||||
endif
|
endif
|
||||||
|
else
|
||||||
# By default, no SQL driver is turned on by configure.
|
# By default, no SQL driver is turned on by configure.
|
||||||
|
# but it seams sqlite isn't disabled despite what says
|
||||||
|
# configure --help
|
||||||
|
QTOPIA4_CONFIGURE+= -no-sql-sqlite
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_QTOPIA4_XMLPATTERNS),y)
|
ifeq ($(BR2_PACKAGE_QTOPIA4_XMLPATTERNS),y)
|
||||||
|
Loading…
Reference in New Issue
Block a user