mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docs: set GST_PLUGIN_SCANNER when calling gtkdoc-scangobj
Otherwise the docs build won't work properly
This commit is contained in:
parent
da9b082808
commit
a5280fdb6b
3 changed files with 7 additions and 1 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 0702fe19e974bc4461b5cfeb5db0e80de00a84d3
|
||||
Subproject commit 18612522c062bceacfe3952d89e850a0ca3d412a
|
|
@ -91,6 +91,9 @@ GTKDOC_LIBS = $(GST_OBJ_LIBS) $(SCANOBJ_DEPS)
|
|||
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
|
||||
GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
|
||||
|
||||
GTKDOC_EXTRA_ENVIRONMENT= \
|
||||
GST_PLUGIN_SCANNER=$(top_builddir)/libs/gst/helpers/plugin-scanner
|
||||
|
||||
# If you need to override some of the declarations, place them in this file
|
||||
# and uncomment this line.
|
||||
DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
|
||||
|
|
|
@ -95,6 +95,9 @@ GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_OBJ_LIBS)
|
|||
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
|
||||
GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
|
||||
|
||||
GTKDOC_EXTRA_ENVIRONMENT= \
|
||||
GST_PLUGIN_SCANNER=$(top_builddir)/libs/gst/helpers/plugin-scanner
|
||||
|
||||
# If you need to override some of the declarations, place them in this file
|
||||
# and uncomment this line.
|
||||
DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
|
||||
|
|
Loading…
Reference in a new issue