summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2020-01-13 23:34:49 -0800
committerKenneth Graunke <kenneth@whitecape.org>2020-01-14 12:50:53 -0800
commit25ca99df38a2c28c25ab20a917e68442285f2353 (patch)
treef6ef01d671b589987ef5495b438ac84a59b4c5ee /include
parent49456e0a37fac7bc9d1f01bc1519fb0d699956db (diff)
configure: Define GLAMOR_HAS_EGL_QUERY_DRIVER when available
Commit 195c2ef8f9f07b9bdabc0f554a9033b7857b99c7 added this to the Meson build but neglected to add it to autotools. v2: Also update dix-config.h.in Fixes: 195c2ef8f ("glamor: Add a function to get the driver name via EGL_MESA_query_driver") Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> [v1] Reviewed-by: Eric Engestrom <eric@engestrom.ch> [v1] Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/dix-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 1f91d2709..ca8ac8763 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -479,6 +479,9 @@
/* Glamor can use eglQueryDmaBuf* functions */
#undef GLAMOR_HAS_EGL_QUERY_DMABUF
+/* Glamor can use EGL_MESA_query_driver functions */
+#undef GLAMOR_HAS_EGL_QUERY_DRIVER
+
/* byte order */
#undef X_BYTE_ORDER