[clutter-gst/wip/hadess/builddir-srcdir: 2/3] build: Fix typo in g-ir-scanner options
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst/wip/hadess/builddir-srcdir: 2/3] build: Fix typo in g-ir-scanner options
- Date: Tue, 19 Feb 2019 19:06:12 +0000 (UTC)
commit f94bca2165fff38fdc95ce755484aa3ff3d7cf5b
Author: Bastien Nocera <hadess hadess net>
Date: Tue Feb 19 20:00:28 2019 +0100
build: Fix typo in g-ir-scanner options
The option isn't --add-include but --add-include-path.
clutter-gst/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/clutter-gst/Makefile.am b/clutter-gst/Makefile.am
index 0df17b3..2356ecc 100644
--- a/clutter-gst/Makefile.am
+++ b/clutter-gst/Makefile.am
@@ -146,7 +146,7 @@ ClutterGst-@CLUTTER_GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-gs
$(AM_CPPFLAGS) \
-D GST_USE_UNSTABLE_API \
--quiet --warn-all \
- --add-include-path=$(srcdir) --add-include=path=. \
+ --add-include-path=$(srcdir) --add-include-path=. \
--c-include="clutter-gst/clutter-gst.h" \
--include=GObject-2.0 \
--include=Cogl-1.0 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]