summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/clutter/clutter-box2d/fix-disable-introspection.patch
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-11-29 13:09:23 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 15:50:46 +0000
commit04d2bb8e83aaac856f03f3fc9772285bd82182e4 (patch)
tree96a06be013279acd2e096df10b3f8da69744f501 /meta/recipes-graphics/clutter/clutter-box2d/fix-disable-introspection.patch
parent755726a7441794b8b5ac9de05744f85adf02f596 (diff)
downloadopenembedded-core-04d2bb8e83aaac856f03f3fc9772285bd82182e4.tar.gz
openembedded-core-04d2bb8e83aaac856f03f3fc9772285bd82182e4.tar.bz2
openembedded-core-04d2bb8e83aaac856f03f3fc9772285bd82182e4.tar.xz
openembedded-core-04d2bb8e83aaac856f03f3fc9772285bd82182e4.zip
clutter-box2d: drop unbuildable clutter-box2d-1.6_0.10.0
It's very old at this point and doesn't build with recent clutter Signed-off-by: Joshua Lock <josh@linux.intel.com>
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 58f272920..000000000
--- a/meta/recipes-graphics/clutter/clutter-box2d/fix-disable-introspection.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Even with introspection disabled clutter-box2d would try to install the gir
-files.
-This patch ignored the while introspection related section of the Makefile if
-introspection is disabled.
-
-JL 28/03/11
-josh@linux.intel.com
-
-Upstream-Status: Inappropriate [configuration]
-
-Index: clutter-box2d-0.10.0/clutter-box2d/Makefile.am
-===================================================================
---- clutter-box2d-0.10.0.orig/clutter-box2d/Makefile.am
-+++ clutter-box2d-0.10.0/clutter-box2d/Makefile.am
-@@ -41,6 +41,8 @@ EXTRA_DIST = \
-
- BUILT_GIRSOURCES =
-
-+if HAVE_INTROSPECTION
-+
- ClutterBox2D-@CLUTTER_BOX2D_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-box2d-@CLUTTER_BOX2D_API_VERSION@.la
- $(QUIET_GEN)$(INTROSPECTION_SCANNER) -v \
- --namespace ClutterBox2D --nsversion=@CLUTTER_BOX2D_API_VERSION@ \
-@@ -70,3 +72,5 @@ typelibs_DATA = $(BUILT_GIRSOURCES:.gir=
-
- CLEANFILES=
- CLEANFILES += $(BUILT_GIRSOURCES) $(typelibs_DATA)
-+
-+endif
-\ No newline at end of file