Skip to content

Commit

Permalink
Remove SDL_Net from Linux package build
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Nov 11, 2014
1 parent a092e6d commit 857d69e
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 @@ -279,12 +279,12 @@ else()
# debian specific
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "C-Dogs SDL Team")
set(CPACK_DEBIAN_PACKAGE_SECTION Games)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 libsdl-image1.2, libsdl-mixer1.2, libsdl-net1.2")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 libsdl-image1.2, libsdl-mixer1.2")

# fedora/suse specific
set(CPACK_RPM_PACKAGE_LICENSE "GPL2")
set(CPACK_RPM_PACKAGE_GROUP "Amusements/Games/Action/Arcade")
set(CPACK_RPM_PACKAGE_REQUIRES "sdl_image >= 1.2, sdl_mixer >= 1.2, sdl_net >= 1.2")
set(CPACK_RPM_PACKAGE_REQUIRES "sdl_image >= 1.2, sdl_mixer >= 1.2")

endif()
include(CPack)

0 comments on commit 857d69e

Please sign in to comment.