summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-box2d/fix-disable-introspection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-box2d/fix-disable-introspection.patch')
-rw-r--r--meta/recipes-graphics/clutter/clutter-box2d/fix-disable-introspection.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-box2d/fix-disable-introspection.patch b/meta/recipes-graphics/clutter/clutter-box2d/fix-disable-introspection.patch
deleted file mode 100644
index 58f2729209..0000000000
--- a/meta/recipes-graphics/clutter/clutter-box2d/fix-disable-introspection.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1Even with introspection disabled clutter-box2d would try to install the gir
2files.
3This patch ignored the while introspection related section of the Makefile if
4introspection is disabled.
5
6JL 28/03/11
7josh@linux.intel.com
8
9Upstream-Status: Inappropriate [configuration]
10
11Index: clutter-box2d-0.10.0/clutter-box2d/Makefile.am
12===================================================================
13--- clutter-box2d-0.10.0.orig/clutter-box2d/Makefile.am
14+++ clutter-box2d-0.10.0/clutter-box2d/Makefile.am
15@@ -41,6 +41,8 @@ EXTRA_DIST = \
16
17 BUILT_GIRSOURCES =
18
19+if HAVE_INTROSPECTION
20+
21 ClutterBox2D-@CLUTTER_BOX2D_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-box2d-@CLUTTER_BOX2D_API_VERSION@.la
22 $(QUIET_GEN)$(INTROSPECTION_SCANNER) -v \
23 --namespace ClutterBox2D --nsversion=@CLUTTER_BOX2D_API_VERSION@ \
24@@ -70,3 +72,5 @@ typelibs_DATA = $(BUILT_GIRSOURCES:.gir=
25
26 CLEANFILES=
27 CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA)
28+
29+endif
30\ No newline at end of file