diff options
Diffstat (limited to 'package/qt/qt.mk')
-rw-r--r-- | package/qt/qt.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package/qt/qt.mk b/package/qt/qt.mk index d56fe7e2e8..47d5b007f0 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -258,6 +258,12 @@ else QT_CONFIGURE_OPTS += -no-libmng endif +ifeq ($(BR2_PACKAGE_QT_ACCESSIBILITY),y) +QT_CONFIGURE_OPTS += -accessibility +else +QT_CONFIGURE_OPTS += -no-accessibility +endif + ifeq ($(BR2_PACKAGE_QT_QTZLIB),y) QT_CONFIGURE_OPTS += -qt-zlib else @@ -520,7 +526,6 @@ define QT_CONFIGURE_CMDS -no-xinerama \ -no-cups \ -no-nis \ - -no-accessibility \ -no-separate-debug-info \ -prefix /usr \ -plugindir /usr/lib/qt/plugins \ |