diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-03-06 17:49:42 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-05 15:57:36 +0200 |
| commit | f33fe4886e2a2b8254fc68aaacdcce316d31a1ed (patch) | |
| tree | 9700673e19ecf79f92ab4ad9c04944a580472c63 /package/qt/Config.sql.in | |
| parent | d4ae98d5108e276e5f46b35303374279f89d3f25 (diff) | |
| download | buildroot-f33fe4886e2a2b8254fc68aaacdcce316d31a1ed.tar.gz buildroot-f33fe4886e2a2b8254fc68aaacdcce316d31a1ed.zip | |
package/qt: enable unixodbc support
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt/Config.sql.in')
| -rw-r--r-- | package/qt/Config.sql.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt/Config.sql.in b/package/qt/Config.sql.in index 6bf4944111..037837fd62 100644 --- a/package/qt/Config.sql.in +++ b/package/qt/Config.sql.in @@ -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. |

