[totem/gnome-3-6] browser-plugin: Fix GtkBuilder signals not getting connected
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/gnome-3-6] browser-plugin: Fix GtkBuilder signals not getting connected
- Date: Mon, 24 Sep 2012 09:44:28 +0000 (UTC)
commit 19261fe3f331ba7822e0f150aa0fb4143e455843
Author: Bastien Nocera <hadess hadess net>
Date: Mon Sep 24 11:31:44 2012 +0200
browser-plugin: Fix GtkBuilder signals not getting connected
browser-plugin/Makefile.am | 2 ++
configure.in | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/browser-plugin/Makefile.am b/browser-plugin/Makefile.am
index f03a618..52bcd13 100644
--- a/browser-plugin/Makefile.am
+++ b/browser-plugin/Makefile.am
@@ -107,6 +107,8 @@ totem_plugin_viewer_LDADD = \
$(top_builddir)/src/libtotem_player.la \
$(PLUGIN_VIEWER_LIBS)
+totem_plugin_viewer_LDFLAGS = -export-dynamic
+
totem-plugin-viewer-interface.h: org_gnome_totem_PluginViewer.xml
$(DBUS_BIND) --prefix=totem_embedded --mode=glib-server $< > $@
diff --git a/configure.in b/configure.in
index 4b927a1..9567f37 100644
--- a/configure.in
+++ b/configure.in
@@ -525,6 +525,7 @@ if test "$enable_browser_plugins" = "yes" ; then
PKG_CHECK_MODULES([BROWSER_PLUGIN],
[glib-2.0
gio-2.0 >= $GIO_REQS
+ gmodule-export-2.0
x11
totem-plparser-mini >= $TOTEM_PLPARSER_REQS],
[],[enable_browser_plugins=no])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]