summaryrefslogtreecommitdiff
path: root/package/mesa/patches/patch-src_mapi_glapi_glapi_gentable_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-12-31 14:13:38 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-12-31 14:13:38 +0100
commitf77ac933d9a0d3155b1c19c38d8ac29ebbbd9d8f (patch)
tree8c1519c6ff8849e63b6629bc6b20b6f7dd5655e1 /package/mesa/patches/patch-src_mapi_glapi_glapi_gentable_c
parent54e3687418a9471d6059cfd7a64604619b3d6f04 (diff)
mesa: update to 22.3.2
Diffstat (limited to 'package/mesa/patches/patch-src_mapi_glapi_glapi_gentable_c')
-rw-r--r--package/mesa/patches/patch-src_mapi_glapi_glapi_gentable_c14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/mesa/patches/patch-src_mapi_glapi_glapi_gentable_c b/package/mesa/patches/patch-src_mapi_glapi_glapi_gentable_c
deleted file mode 100644
index af6a53aa7..000000000
--- a/package/mesa/patches/patch-src_mapi_glapi_glapi_gentable_c
+++ /dev/null
@@ -1,14 +0,0 @@
---- mesa-11.0.6.orig/src/mapi/glapi/glapi_gentable.c 2015-11-21 12:45:27.000000000 +0100
-+++ mesa-11.0.6/src/mapi/glapi/glapi_gentable.c 2016-01-05 22:36:19.266092512 +0100
-@@ -35,11 +35,6 @@
- #include <dix-config.h>
- #endif
-
--#if (defined(GLXEXT) && defined(HAVE_BACKTRACE)) \
-- || (!defined(GLXEXT) && defined(DEBUG) && !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__))
--#define USE_BACKTRACE
--#endif
--
- #ifdef USE_BACKTRACE
- #include <execinfo.h>
- #endif