summaryrefslogtreecommitdiff
path: root/meta/recipes-sato/matchbox-stroke/files/configure_fix.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-02-01 12:46:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-04 13:14:00 +0000
commitf9491f2ed276d591b7a2c6eff2a7241f627db50c (patch)
tree0e2d9d8c502ae722707c2e48c664c0d9ea325dd0 /meta/recipes-sato/matchbox-stroke/files/configure_fix.patch
parent9eec14d658c12525cb81d0ef3227b55e65d1c69b (diff)
downloadopenembedded-core-f9491f2ed276d591b7a2c6eff2a7241f627db50c.tar.gz
openembedded-core-f9491f2ed276d591b7a2c6eff2a7241f627db50c.tar.bz2
openembedded-core-f9491f2ed276d591b7a2c6eff2a7241f627db50c.zip
matchbox-stroke: remove
matchbox-stroke was never more than a proof of concept, so remove it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/matchbox-stroke/files/configure_fix.patch')
-rw-r--r--meta/recipes-sato/matchbox-stroke/files/configure_fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-sato/matchbox-stroke/files/configure_fix.patch b/meta/recipes-sato/matchbox-stroke/files/configure_fix.patch
deleted file mode 100644
index 800bf3b559..0000000000
--- a/meta/recipes-sato/matchbox-stroke/files/configure_fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
-Index: matchbox-window-manager/configure.ac
-===================================================================
---- matchbox-window-manager.orig/configure.ac 2007-11-14 12:02:28.000000000 +0000
-+++ matchbox-window-manager/configure.ac 2007-11-14 12:18:55.000000000 +0000
-@@ -283,7 +283,7 @@
- yes)
-
- case "$expat" in
-- yes)
-+ yes|"")
- EXPAT_LIBS="-lexpat"
- ;;
- *)