Skip to content

Commit 3c59970

Browse files
authored
Merge pull request #3863 from cmitu/cdogs-fix
cdogs-sdl: fix module flags, it's a SDL2 port
2 parents b2af34a + b796e88 commit 3c59970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/ports/cdogs-sdl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rp_module_desc="C-Dogs SDL - Classic overhead run-and-gun game"
1414
rp_module_licence="GPL2 https://raw.githubusercontent.com/cxong/cdogs-sdl/master/COPYING"
1515
rp_module_repo="git https://github.com/cxong/cdogs-sdl.git 1.4.1"
1616
rp_module_section="exp"
17-
rp_module_flags="sdl1 !mali"
17+
rp_module_flags="sdl2"
1818

1919
function depends_cdogs-sdl() {
2020
getDepends cmake libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev

0 commit comments

Comments
 (0)