Skip to content

Commit 0afb041

Browse files
authored
Merge pull request #3439 from hatl/openblok-missing-gettext
added missing gettext dependency
2 parents 768c1ae + 84451fc commit 0afb041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/ports/openblok.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rp_module_section="exp"
1717
rp_module_flags=""
1818

1919
function depends_openblok() {
20-
getDepends cmake libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
20+
getDepends cmake libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev gettext
2121
}
2222

2323
function sources_openblok() {

0 commit comments

Comments
 (0)