mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docs: don't use ERROR_CFLAGS when building $docmodule-scan.c
We don't want to use -Wall -Werror and friends when building the gtk-doc-generated $docmodule-scan.c, since we can't easily fix stuff if a certain gtk-doc/compiler combination breaks the build. Fixes build on ubuntu intrepid.
This commit is contained in:
parent
68f4aa7ee7
commit
9f496df370
2 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
# DOC_MODULE=gstreamer-@GST_MAJORMINOR@
|
# DOC_MODULE=gstreamer-@GST_MAJORMINOR@
|
||||||
DOC_MODULE=gstreamer
|
DOC_MODULE=gstreamer
|
||||||
|
|
||||||
|
# don't want $(DOC_MODULE)-scan.c to be built with -Werror
|
||||||
|
ERROR_CFLAGS=
|
||||||
|
|
||||||
BUILT_SOURCES=gstreamer.types
|
BUILT_SOURCES=gstreamer.types
|
||||||
|
|
||||||
# for upload.mak
|
# for upload.mak
|
||||||
|
|
|
@ -4,6 +4,9 @@
|
||||||
#DOC_MODULE=gstreamer-libs-@GST_MAJORMINOR@
|
#DOC_MODULE=gstreamer-libs-@GST_MAJORMINOR@
|
||||||
DOC_MODULE=gstreamer-libs
|
DOC_MODULE=gstreamer-libs
|
||||||
|
|
||||||
|
# don't want $(DOC_MODULE)-scan.c to be built with -Werror
|
||||||
|
ERROR_CFLAGS=
|
||||||
|
|
||||||
# for upload.mak
|
# for upload.mak
|
||||||
DOC=gstreamer-libs
|
DOC=gstreamer-libs
|
||||||
FORMATS=html
|
FORMATS=html
|
||||||
|
|
Loading…
Reference in a new issue