Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 192783
Collapse All | Expand All

(-)qt-4.3.1-r2.ebuild (-10 / +7 lines)
Lines 17-23 Link Here
17
17
18
IUSE_INPUT_DEVICES="input_devices_wacom"
18
IUSE_INPUT_DEVICES="input_devices_wacom"
19
19
20
IUSE="accessibility cups dbus debug doc examples firebird gif glib jpeg mng mysql nas nis nosqlplugins odbc opengl pch png postgres qt3support sqlite sqlite3 ssl tiff xinerama zlib ${IUSE_INPUT_DEVICES}"
20
IUSE="accessibility cups dbus debug doc examples firebird gif glib jpeg mng mysql nas nis odbc opengl pch png postgres qt3support sqlite sqlite3 ssl tiff xinerama zlib ${IUSE_INPUT_DEVICES}"
21
21
22
RDEPEND="x11-libs/libXrandr
22
RDEPEND="x11-libs/libXrandr
23
	x11-libs/libXcursor
23
	x11-libs/libXcursor
Lines 193-207 Link Here
193
193
194
	use debug	&& myconf="${myconf} -debug -no-separate-debug-info" || myconf="${myconf} -release -no-separate-debug-info"
194
	use debug	&& myconf="${myconf} -debug -no-separate-debug-info" || myconf="${myconf} -release -no-separate-debug-info"
195
195
196
	sqlenable=""
196
	use mysql	&& myconf="${myconf} -plugin-sql-mysql -I/usr/include/mysql -L/usr/$(get_libdir)/mysql" || myconf="${myconf} -no-sql-mysql"
197
	use nosqlplugins	&& sqlenable="-qt-sql" || sqlenable="-plugin-sql"
197
	use postgres	&& myconf="${myconf} -plugin-sql-psql -I/usr/include/postgresql/pgsql" || myconf="${myconf} -no-sql-psql"
198
198
	use firebird	&& myconf="${myconf} -plugin-sql-ibase -I/opt/firebird/include" || myconf="${myconf} -no-sql-ibase"
199
	use mysql	&& myconf="${myconf} ${sqlenable}-mysql -I/usr/include/mysql -L/usr/$(get_libdir)/mysql" || myconf="${myconf} -no-sql-mysql"
199
	use sqlite3	&& myconf="${myconf} -plugin-sql-sqlite -system-sqlite" || myconf="${myconf} -no-sql-sqlite"
200
	use postgres	&& myconf="${myconf} ${sqlenable}-psql -I/usr/include/postgresql/pgsql" || myconf="${myconf} -no-sql-psql"
200
	use sqlite	&& myconf="${myconf} -plugin-sql-sqlite2" || myconf="${myconf} -no-sql-sqlite2"
201
	use firebird	&& myconf="${myconf} ${sqlenable}-ibase -I/opt/firebird/include" || myconf="${myconf} -no-sql-ibase"
201
	use odbc	&& myconf="${myconf} -plugin-sql-odbc" || myconf="${myconf} -no-sql-odbc"
202
	use sqlite3	&& myconf="${myconf} ${sqlenable}-sqlite -system-sqlite" || myconf="${myconf} -no-sql-sqlite"
203
	use sqlite	&& myconf="${myconf} ${sqlenable}-sqlite2" || myconf="${myconf} -no-sql-sqlite2"
204
	use odbc	&& myconf="${myconf} ${sqlenable}-odbc" || myconf="${myconf} -no-sql-odbc"
205
202
206
	use dbus	&& myconf="${myconf} -qdbus" || myconf="${myconf} -no-qdbus"
203
	use dbus	&& myconf="${myconf} -qdbus" || myconf="${myconf} -no-qdbus"
207
	use glib	&& myconf="${myconf} -glib" || myconf="${myconf} -no-glib"
204
	use glib	&& myconf="${myconf} -glib" || myconf="${myconf} -no-glib"

Return to bug 192783