File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ AC_DEFUN([_BITCOIN_QT_CHECK_STATIC_LIBS], [
350
350
PKG_CHECK_MODULES([ QT_FONTDATABASE] , [ ${qt_lib_prefix}FontDatabaseSupport${qt_lib_suffix}] , [ QT_LIBS="$QT_FONTDATABASE_LIBS $QT_LIBS"] )
351
351
PKG_CHECK_MODULES([ QT_THEME] , [ ${qt_lib_prefix}ThemeSupport${qt_lib_suffix}] , [ QT_LIBS="$QT_THEME_LIBS $QT_LIBS"] )
352
352
if test "x$TARGET_OS" = xlinux; then
353
- PKG_CHECK_MODULES([ QT_INPUT] , [ ${qt_lib_prefix}XcbQpa ] , [ QT_LIBS="$QT_INPUT_LIBS $QT_LIBS"] )
353
+ PKG_CHECK_MODULES([ QT_INPUT] , [ ${qt_lib_prefix}InputSupport ] , [ QT_LIBS="$QT_INPUT_LIBS $QT_LIBS"] )
354
354
PKG_CHECK_MODULES([ QT_SERVICE] , [ ${qt_lib_prefix}ServiceSupport] , [ QT_LIBS="$QT_SERVICE_LIBS $QT_LIBS"] )
355
355
PKG_CHECK_MODULES([ QT_XCBQPA] , [ ${qt_lib_prefix}XcbQpa] , [ QT_LIBS="$QT_XCBQPA_LIBS $QT_LIBS"] )
356
356
elif test "x$TARGET_OS" = xdarwin; then
You can’t perform that action at this time.
0 commit comments