From fab79678f017363941d50abe7d12727cc01a3d5b Mon Sep 17 00:00:00 2001 From: Daniel Nyström Date: Thu, 3 Feb 2011 00:06:44 +0100 Subject: qt: add option to hide mouse cursor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allow the user to build Qt with the QT_NO_QWS_CURSOR macro set. Signed-off-by: Daniel Nyström Acked-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/qt/qt.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/qt/qt.mk') diff --git a/package/qt/qt.mk b/package/qt/qt.mk index 3dfdcbf0b..cc90190df 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -154,6 +154,9 @@ QT_CONFIGURE += -qt-mouse-qvfb else QT_CONFIGURE += -no-mouse-qvfb endif +ifeq ($(BR2_PACKAGE_QT_MOUSE_NO_QWS_CURSOR),y) +QT_CONFIGURE+= -D QT_NO_QWS_CURSOR +endif ### Keyboard drivers ifeq ($(BR2_PACKAGE_QT_KEYBOARD_TTY),y) -- cgit v1.2.3