ed0caeeaef
The sdl2 package is forked from upstream Alpine and: 1) adds directfb video support 2) adds a patch to work around a compile issue when directfb is enabled
13 lines
430 B
Diff
13 lines
430 B
Diff
diff --git a/src/core/core.c b/src/core/core.c
|
|
index 6676bee..933f0fc 100644
|
|
--- a/src/core/core.c
|
|
+++ b/src/core/core.c
|
|
@@ -1737,7 +1737,7 @@ dfb_core_shutdown( CoreDFB *core, bool emergency )
|
|
dfb_gfx_cleanup();
|
|
|
|
while (loops--) {
|
|
- fusion_dispatch( core->world, 16384 );
|
|
+ //fusion_dispatch( core->world, 16384 );
|
|
|
|
ret = dfb_core_wait_all( core, 10000 );
|
|
if (ret == DFB_OK)
|