Skip to content

Commit

Permalink
pass image libs to pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Sep 20, 2023
1 parent ac41cad commit ab77e99
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 @@ -195,7 +195,7 @@ 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")
string(APPEND pc_req_private " x11 xinerama xcursor xfixes xext xrender xft fontconfig libjpeg libpng zlib 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 -pthread")
endif()
Expand Down

0 comments on commit ab77e99

Please sign in to comment.