Skip to content

Commit

Permalink
remove dbus from pkg-config required
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Sep 20, 2023
1 parent dc2ba7f commit ac41cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ install(
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 dbus-1")
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 " -pthread")
string(APPEND pc_libs_private " -ldbus-1 -pthread")
endif()
elseif(APPLE)
string(APPEND pc_libs_private " -framework Cocoa -framework Carbon -framework ApplicationServices -framework OpenGL -lc++abi")
Expand Down

0 comments on commit ac41cad

Please sign in to comment.