Skip to content

Commit b796e88

Browse files
committed
cdogs-sdl: fix module flags, it's a SDL2 port
1 parent 06e2ce9 commit b796e88

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)