Skip to content

Commit 2729774

Browse files
committed
Replace sdl2 with sqlite in bootstrap
Signed-off-by: falkTX <[email protected]>
1 parent 0406cc8 commit 2729774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ if [ "${BUILDTARGET}" = "blackmirror" ]; then
225225
${BR2_MAKE} lilv
226226
${BR2_MAKE} kxstudio-lv2-extensions
227227
${BR2_MAKE} mod-lv2-extensions
228-
${BR2_MAKE} sdl2
228+
${BR2_MAKE} sqlite
229229
elif [ "${BUILDTARGET}" = "kernel" ]; then
230230
${BR2_MAKE} host-kmod
231231
${BR2_MAKE} host-pkgconf

0 commit comments

Comments
 (0)