Commit f33fe488 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/qt: enable unixodbc support

parent d4ae98d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ config BR2_PACKAGE_QT_IBASE

config BR2_PACKAGE_QT_ODBC
	bool "ODBC Driver"
	depends on BROKEN # libodbc not in BR
	select BR2_PACKAGE_UNIXODBC
	help
	  Build ODBC driver
	  If unsure, say n.
+1 −0
Original line number Diff line number Diff line
@@ -345,6 +345,7 @@ QT_DEPENDENCIES += mysql
endif
ifeq ($(BR2_PACKAGE_QT_ODBC),y)
QT_CONFIGURE_OPTS += -qt-sql-odbc
QT_DEPENDENCIES += unixodbc
endif
ifeq ($(BR2_PACKAGE_QT_PSQL),y)
QT_CONFIGURE_OPTS += -qt-sql-psql -psql_config $(STAGING_DIR)/usr/bin/pg_config