mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +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
|
||||
|
||||
# don't want $(DOC_MODULE)-scan.c to be built with -Werror
|
||||
ERROR_CFLAGS=
|
||||
|
||||
BUILT_SOURCES=gstreamer.types
|
||||
|
||||
# for upload.mak
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
#DOC_MODULE=gstreamer-libs-@GST_MAJORMINOR@
|
||||
DOC_MODULE=gstreamer-libs
|
||||
|
||||
# don't want $(DOC_MODULE)-scan.c to be built with -Werror
|
||||
ERROR_CFLAGS=
|
||||
|
||||
# for upload.mak
|
||||
DOC=gstreamer-libs
|
||||
FORMATS=html
|
||||
|
|
Loading…
Reference in a new issue