From e789f2b19c553ee4d766066b6f57610e47d59619 Mon Sep 17 00:00:00 2001 From: deepin-ci-robot Date: Sat, 6 Jan 2024 13:32:30 +0000 Subject: [PATCH] sync: from linuxdeepin/qt5integration Synchronize source files from linuxdeepin/qt5integration. Source-pull-request: https://github.com/linuxdeepin/qt5integration/pull/208 --- platformthemeplugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformthemeplugin/CMakeLists.txt b/platformthemeplugin/CMakeLists.txt index 660b234..4ff3203 100644 --- a/platformthemeplugin/CMakeLists.txt +++ b/platformthemeplugin/CMakeLists.txt @@ -27,7 +27,7 @@ else() list(APPEND QT_LIBS Qt6::GuiPrivate) endif() find_package(PkgConfig REQUIRED) -pkg_check_modules(Deps REQUIRED IMPORTED_TARGET mtdev) +pkg_check_modules(Deps REQUIRED IMPORTED_TARGET mtdev x11) if(ENABLE_QT_XDG_ICON_LOADER) set(DEFS -DXDG_ICON_VERSION_MAR=${XDG_ICON_VERSION_MAJOR}) endif()