Skip to content

Commit

Permalink
Add libsdl2-image-2.0-0 as dependency for deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCWills authored and AJenbo committed Jul 9, 2023
1 parent c577b6a commit 2d299ca
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 @@ -599,7 +599,7 @@ if(CPACK AND (APPLE OR BUILD_ASSETS_MPQ OR SRC_DIST))
if(USE_SDL1)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libsdl1.2debian")
else()
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libsdl2-2.0-0")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libsdl2-2.0-0, libsdl2-image-2.0-0")
endif()
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)

Expand Down

0 comments on commit 2d299ca

Please sign in to comment.