diff options
Diffstat (limited to 'meta-demoapps/recipes-gnome/gnome/gnome-settings-daemon/gnome-settings-daemon-fix-gthread.patch')
| -rw-r--r-- | meta-demoapps/recipes-gnome/gnome/gnome-settings-daemon/gnome-settings-daemon-fix-gthread.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-demoapps/recipes-gnome/gnome/gnome-settings-daemon/gnome-settings-daemon-fix-gthread.patch b/meta-demoapps/recipes-gnome/gnome/gnome-settings-daemon/gnome-settings-daemon-fix-gthread.patch new file mode 100644 index 0000000000..d77063eba7 --- /dev/null +++ b/meta-demoapps/recipes-gnome/gnome/gnome-settings-daemon/gnome-settings-daemon-fix-gthread.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Index: gnome-settings-daemon-2.25.90/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- gnome-settings-daemon-2.25.90.orig/configure.ac | ||
| 4 | +++ gnome-settings-daemon-2.25.90/configure.ac | ||
| 5 | @@ -85,6 +85,8 @@ AC_PATH_PROG(GCONFTOOL, gconftool-2) | ||
| 6 | |||
| 7 | AM_GCONF_SOURCE_2 | ||
| 8 | |||
| 9 | +AC_CHECK_LIB(gthread-2.0, g_thread_init) | ||
| 10 | + | ||
| 11 | dnl --------------------------------------------------------------------------- | ||
| 12 | dnl - Check for libnotify | ||
| 13 | dnl --------------------------------------------------------------------------- | ||
