Skip to content

Commit

Permalink
update pkg-config libs
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Sep 21, 2023
1 parent 9f1389b commit 5c5b9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ include(GNUInstallDirs)
if(UNIX AND NOT APPLE)
string(APPEND pc_req_private " x11 xinerama xcursor xfixes xext xrender xft fontconfig cairo pango pangoxft pangocairo gobject-2.0 wayland-client wayland-cursor xkbcommon")
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
string(APPEND pc_libs_private " -ldbus-1 -lsupc++ -pthread")
string(APPEND pc_libs_private " -ldbus-1 -lsupc++ -ldl -pthread")
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
string(APPEND pc_libs_private " -ldbus-1 -lcxxrt")
endif()
Expand Down

0 comments on commit 5c5b9d4

Please sign in to comment.