diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-31 16:51:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-31 16:51:24 +0200 |
commit | f5cce792caabab9975b50215835003f066a0f3e8 (patch) | |
tree | 79079ef8a4d45a3e787764c722b981990014f000 /recipes/moblin/moblin-menus/configurefix.patch | |
parent | 9d1ba2a95bf1b77a4503beede2ccb7250749c9b2 (diff) |
moblin: add recipes from poky 'meta-moblin' overlay
* the juicy parts depend on clutter and clutter-gst
Diffstat (limited to 'recipes/moblin/moblin-menus/configurefix.patch')
-rw-r--r-- | recipes/moblin/moblin-menus/configurefix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/moblin/moblin-menus/configurefix.patch b/recipes/moblin/moblin-menus/configurefix.patch new file mode 100644 index 0000000000..288746aa66 --- /dev/null +++ b/recipes/moblin/moblin-menus/configurefix.patch @@ -0,0 +1,13 @@ +Index: git/configure.in +=================================================================== +--- git.orig/configure.in 2009-01-17 18:57:24.000000000 +0000 ++++ git/configure.in 2009-01-17 18:57:29.000000000 +0000 +@@ -11,8 +11,6 @@ + + AM_MAINTAINER_MODE + +-AM_DISABLE_STATIC +- + changequote(,)dnl + if test "x$GCC" = "xyes"; then + case " $CFLAGS " in |