office-gobmx/external/epoxy/epoxy.android.patch
Caolán McNamara 754ab4b065 upgrade libepoxy to 1.5.9
removed epoxy.pyresource-leak.patch in favor of upstream
d0b319e27b

Change-Id: I9d3545b1dcf9dbdd5e28a54e13477a027636c444
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123882
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-10-20 13:27:35 +02:00

14 lines
381 B
Diff

--- src/dispatch_common.c 2021-10-20 10:51:59.808554323 +0100
+++ src/dispatch_common.c 2021-10-20 10:52:41.319645618 +0100
@@ -687,7 +687,11 @@
#endif
if (!api.gl_handle) {
+#if defined(OPENGL_LIB)
fprintf(stderr, "Couldn't open %s or %s\n", GLX_LIB, OPENGL_LIB);
+#else
+ fprintf(stderr, "Couldn't open %s\n", GLX_LIB);
+#endif
abort();
}