diff options
-rw-r--r-- | meta/packages/clutter/clutter-mozembed/link-with-g++.patch | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/meta/packages/clutter/clutter-mozembed/link-with-g++.patch b/meta/packages/clutter/clutter-mozembed/link-with-g++.patch index 8f84e6142b..5a76e45222 100644 --- a/meta/packages/clutter/clutter-mozembed/link-with-g++.patch +++ b/meta/packages/clutter/clutter-mozembed/link-with-g++.patch | |||
@@ -1,25 +1,26 @@ | |||
1 | Index: git/cluttermozembed/Makefile.am | 1 | Index: git/cluttermozembed/Makefile.am |
2 | =================================================================== | 2 | =================================================================== |
3 | --- git.orig/cluttermozembed/Makefile.am 2009-01-27 14:17:00.000000000 +0000 | 3 | --- git.orig/cluttermozembed/Makefile.am 2009-04-16 15:54:16.000000000 +0100 |
4 | +++ git/cluttermozembed/Makefile.am 2009-01-28 15:36:27.000000000 +0000 | 4 | +++ git/cluttermozembed/Makefile.am 2009-04-16 15:57:02.000000000 +0100 |
5 | @@ -16,11 +16,11 @@ | 5 | @@ -51,12 +51,13 @@ |
6 | source_h = \ | 6 | source_h = \ |
7 | clutter-mozembed.h | 7 | clutter-mozembed.h |
8 | source_c = \ | 8 | source_c = \ |
9 | - clutter-mozembed.c | 9 | - clutter-mozembed.c |
10 | + clutter-mozembed.c dummy2.cpp | 10 | + clutter-mozembed.c dummy.cpp |
11 | 11 | ||
12 | bin_PROGRAMS = mozheadless | 12 | bin_PROGRAMS = clutter-mozheadless |
13 | 13 | ||
14 | -mozheadless_SOURCES = mozheadless.c | 14 | clutter_mozheadless_SOURCES = \ |
15 | +mozheadless_SOURCES = mozheadless.c dummy.cpp | 15 | clutter-mozheadless.c \ |
16 | + dummy2.cpp \ | ||
17 | clutter-mozheadless.h | ||
16 | 18 | ||
17 | lib_LTLIBRARIES = libcluttermozembed.la | 19 | lib_LTLIBRARIES = libcluttermozembed.la |
18 | libcluttermozembed_la_SOURCES = $(source_c) $(source_h) | ||
19 | Index: git/configure.ac | 20 | Index: git/configure.ac |
20 | =================================================================== | 21 | =================================================================== |
21 | --- git.orig/configure.ac 2009-01-27 14:17:01.000000000 +0000 | 22 | --- git.orig/configure.ac 2009-04-16 15:54:16.000000000 +0100 |
22 | +++ git/configure.ac 2009-01-28 15:35:38.000000000 +0000 | 23 | +++ git/configure.ac 2009-04-16 15:54:30.000000000 +0100 |
23 | @@ -7,6 +7,7 @@ | 24 | @@ -7,6 +7,7 @@ |
24 | 25 | ||
25 | AC_ISC_POSIX | 26 | AC_ISC_POSIX |