From 3d1bada150412d6c1ff1dfc2d165a3966fbdcc30 Mon Sep 17 00:00:00 2001 From: Bor Kraljič Date: Mon, 10 Oct 2011 09:55:14 +0200 Subject: myodbc: removed optional dependency on qt-x11 --- odbc-drivers/myodbc/BUILD | 1 + odbc-drivers/myodbc/DEPENDS | 3 +-- odbc-drivers/myodbc/HISTORY | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'odbc-drivers') diff --git a/odbc-drivers/myodbc/BUILD b/odbc-drivers/myodbc/BUILD index 5b9a58f72e..339d890e76 100755 --- a/odbc-drivers/myodbc/BUILD +++ b/odbc-drivers/myodbc/BUILD @@ -1,5 +1,6 @@ OPTS="$OPTS --with-mysql-path=/usr" && CFLAGS="${CFLAGS//-ffast-math}" && +OPTS="$OPTS --disable-gui" if is_depends_enabled $SPELL libiodbc; then OPTS="$OPTS --with-iODBC=/usr" diff --git a/odbc-drivers/myodbc/DEPENDS b/odbc-drivers/myodbc/DEPENDS index 3ee2f1acc8..acee75684a 100755 --- a/odbc-drivers/myodbc/DEPENDS +++ b/odbc-drivers/myodbc/DEPENDS @@ -1,3 +1,2 @@ depends MYSQL && -depends ODBC-MGR && -optional_depends qt-x11 "--enable-gui" "--disable-gui" "graphical interface" +depends ODBC-MGR diff --git a/odbc-drivers/myodbc/HISTORY b/odbc-drivers/myodbc/HISTORY index cfa882ed51..61551ed9b8 100644 --- a/odbc-drivers/myodbc/HISTORY +++ b/odbc-drivers/myodbc/HISTORY @@ -1,3 +1,7 @@ +2011-10-10 Bor Kraljič + * DEPENDS: removed optional dependency on qt-x11 + * BUILD: force disabled gui (we don't have qt-x11 anymore) + 2010-04-13 Elisamuel Resto * BUILD: added CFLAGS filter for -ffast-math, databases dont like it -- cgit v1.2.3