Skip to content

Commit

Permalink
Fix linux sdl package names (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Oct 23, 2015
1 parent 401e55f commit 1c12604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- sudo apt-get update -qq

install:
- sudo apt-get install -qq libsdl-image2-dev libsdl-mixer2-dev rpm
- sudo apt-get install -qq libsdl2-image-dev libsdl2-mixer-dev rpm
- if [ "$CC" = "gcc" ]; then sudo apt-get install -qq gcc-4.8; fi

before_script:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ 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-image2, libsdl-mixer2")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6, libsdl2-image, libsdl2-mixer")

# fedora/suse specific
set(CPACK_RPM_PACKAGE_LICENSE "GPL2")
Expand Down

0 comments on commit 1c12604

Please sign in to comment.