Docs: add GL_CFLAGS to GTK_DOC_CFLAGS
authorMike Gorse <mgorse@alum.wpi.edu>
Sat, 24 Aug 2019 12:23:34 +0000 (12:23 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 24 Aug 2019 12:23:34 +0000 (12:23 +0000)
Otherwise introspection may fail because wayland-client.h cannot be found.

docs/libs/Makefile.am

index c89e4dd..962de63 100644 (file)
@@ -104,7 +104,7 @@ extra_files =
 
 # CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
 # contains GtkObjects/GObjects and you want to document signals and properties.
-GTKDOC_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS)
+GTKDOC_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GL_CFLAGS)
 GTKDOC_LIBS = \
        $(top_builddir)/gst-libs/gst/allocators/libgstallocators-@GST_API_VERSION@.la \
        $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \