diff --git a/gfx/common/egl_common.c b/gfx/common/egl_common.c
index bc5dab9bbb..3e8f4c931c 100644
--- a/gfx/common/egl_common.c
+++ b/gfx/common/egl_common.c
@@ -166,15 +166,18 @@ void egl_get_video_size(egl_ctx_data_t *egl, unsigned *width, unsigned *height)
}
}
+#ifndef HAVE_BB10
static void egl_sighandler(int sig)
{
(void)sig;
if (g_egl_quit) exit(1);
g_egl_quit = 1;
}
+#endif
void egl_install_sighandlers(void)
{
+#ifndef HAVE_BB10
struct sigaction sa;
sa.sa_sigaction = NULL;
@@ -183,6 +186,7 @@ void egl_install_sighandlers(void)
sigemptyset(&sa.sa_mask);
sigaction(SIGINT, &sa, NULL);
sigaction(SIGTERM, &sa, NULL);
+#endif
}
bool egl_init_context(egl_ctx_data_t *egl,
diff --git a/pkg/qnx/bb10/.cproject b/pkg/qnx/bb10/.cproject
index d8f5200dbe..12220d9e37 100644
--- a/pkg/qnx/bb10/.cproject
+++ b/pkg/qnx/bb10/.cproject
@@ -29,6 +29,7 @@
+
@@ -225,16 +227,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -245,6 +237,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -281,6 +283,7 @@
+
@@ -353,16 +356,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -373,6 +366,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -409,6 +412,7 @@
+
@@ -481,16 +485,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -501,6 +495,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -535,6 +539,7 @@
+
@@ -606,16 +611,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -626,6 +621,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -661,6 +666,7 @@
+
@@ -733,16 +739,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -753,6 +749,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -788,6 +794,7 @@
+
@@ -860,16 +867,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -880,6 +877,16 @@
+
+
+
+
+
+
+
+
+
+