Browse Source

Add libsdl2-image-2.0-0 as dependency for deb package

pull/6330/head
staphen 3 years ago committed by Anders Jenbo
parent
commit
2d299ca2d6
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -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)

Loading…
Cancel
Save