egl: fix bad rebase
authorEric Engestrom <eric.engestrom@intel.com>
Thu, 15 Nov 2018 17:48:58 +0000 (17:48 +0000)
committerEric Engestrom <eric.engestrom@intel.com>
Thu, 15 Nov 2018 17:51:40 +0000 (17:51 +0000)
I screwed up a rebase over a refactor and didn't notice locally because
the uncommitted refactor hid the issue.

Fixes: c9733649670243a1a6eb "egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cache"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
src/egl/generate/eglFunctionList.py

index 49c70c982df65bdfb1d3b3462c4952d356cf8306..2cd35557bc4b77aff9d6a5c24a63d39501b45563 100644 (file)
@@ -197,7 +197,7 @@ EGL_FUNCTIONS = (
     _eglFunc("eglDupNativeFenceFDANDROID",           "display"),
 
     # EGL_ANDROID_blob_cache
-    ("eglSetBlobCacheFuncsANDROID",          "display"),
+    _eglFunc("eglSetBlobCacheFuncsANDROID",          "display"),
 
     # EGL_EXT_image_dma_buf_import_modifiers
     _eglFunc("eglQueryDmaBufFormatsEXT",             "display"),