st/vega: Advertise OpenVG support.
[mesa.git] / src / gallium / state_trackers / vega / vg_tracker.c
index e5039132758c8893d7b0089d8336ca8ee73245fd..d63abe6a421575d1c1bd8f53301dc39c241828d8 100644 (file)
@@ -36,6 +36,9 @@
 #include "util/u_math.h"
 #include "util/u_rect.h"
 
+/* advertise OpenVG support */
+PUBLIC const int st_api_OpenVG = 1;
+
 static struct pipe_texture *
 create_texture(struct pipe_context *pipe, enum pipe_format format,
                VGint width, VGint height)