diff options
author | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2022-09-22 01:16:36 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-09-22 14:24:16 +0200 |
commit | 2329128fa16a4e08a5f8fee0a83dd8b4d5c9c279 (patch) | |
tree | d0f969cd5593b71dd970ffbb15207d4a1ec82a41 /external | |
parent | 971804673efa7f461be21589d9e9bf0f982b8b54 (diff) |
upgrade libepoxy to 1.5.10
removed epoxy.android.patch: fixed upstream
(https://github.com/anholt/libepoxy/pull/263/commits/063c1df27974f58b0f3c0a57417732da068923cf)
Change-Id: If0c6c438014121bc480efeaeb1018b6b74e51fcc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140359
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/epoxy/UnpackedTarball_epoxy.mk | 1 | ||||
-rw-r--r-- | external/epoxy/clang-cl.patch | 2 | ||||
-rw-r--r-- | external/epoxy/epoxy.android.patch | 14 |
3 files changed, 1 insertions, 16 deletions
diff --git a/external/epoxy/UnpackedTarball_epoxy.mk b/external/epoxy/UnpackedTarball_epoxy.mk index f0f1c71da227..7dd319988121 100644 --- a/external/epoxy/UnpackedTarball_epoxy.mk +++ b/external/epoxy/UnpackedTarball_epoxy.mk @@ -32,7 +32,6 @@ $(eval $(call gb_UnpackedTarball_add_patches,epoxy, \ external/epoxy/epoxy.windows.api.patch \ external/epoxy/epoxy.noegl.by.default.patch \ external/epoxy/clang-cl.patch \ - external/epoxy/epoxy.android.patch \ external/epoxy/Wint-conversion.patch \ )) diff --git a/external/epoxy/clang-cl.patch b/external/epoxy/clang-cl.patch index 80b49127104b..0e0232cea68c 100644 --- a/external/epoxy/clang-cl.patch +++ b/external/epoxy/clang-cl.patch @@ -1,6 +1,6 @@ --- src/dispatch_common.c +++ src/dispatch_common.c -@@ -190,7 +190,11 @@ +@@ -272,7 +272,11 @@ #endif }; diff --git a/external/epoxy/epoxy.android.patch b/external/epoxy/epoxy.android.patch deleted file mode 100644 index c8f672a9718d..000000000000 --- a/external/epoxy/epoxy.android.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- 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(); - } - |