summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-05-28 11:17:01 +0000
committerVincent Untz <vuntz@src.gnome.org>2007-05-28 11:17:01 +0000
commit2a28b974c0d117bf45fa17e46a99dc9eb56cc6c7 (patch)
treed3c0d751eb61ab687659e3785e0a30f7ecf9b7fe
parent8bea66ade0843cbf66b5d79a97cf3c80e935afa9 (diff)
downloadlibwnck-2a28b974c0d117bf45fa17e46a99dc9eb56cc6c7.tar.gz
Backport from HEAD.
2007-05-28 Vincent Untz <vuntz@gnome.org> Backport from HEAD. * libwnck-1.0.pc.in: * libwnck-1.0-uninstalled.pc.in: require libstartup-notification-1.0 when we compile the library with sn svn path=/branches/gnome-2-18/; revision=1265
-rw-r--r--ChangeLog8
-rw-r--r--libwnck-1.0-uninstalled.pc.in2
-rw-r--r--libwnck-1.0.pc.in2
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index af4f586..7a6531f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
Backport from HEAD.
+ * libwnck-1.0.pc.in:
+ * libwnck-1.0-uninstalled.pc.in: require libstartup-notification-1.0
+ when we compile the library with sn
+
+2007-05-28 Vincent Untz <vuntz@gnome.org>
+
+ Backport from HEAD.
+
* libwnck/pager.c: (get_workspace_rect): fix vertical pager in RTL
environments
Fix bug #431461
diff --git a/libwnck-1.0-uninstalled.pc.in b/libwnck-1.0-uninstalled.pc.in
index 5653790..0477d7b 100644
--- a/libwnck-1.0-uninstalled.pc.in
+++ b/libwnck-1.0-uninstalled.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: libwnck
Description: Window Navigator Construction Kit library
Version: @VERSION@
-Requires: gtk+-2.0
+Requires: gtk+-2.0 @STARTUP_NOTIFICATION_PACKAGE@
Libs: ${pc_top_builddir}/${pcfiledir}/libwnck/libwnck-1.la
Cflags: -I${pc_top_builddir}/${pcfiledir}
diff --git a/libwnck-1.0.pc.in b/libwnck-1.0.pc.in
index 7978b28..e417704 100644
--- a/libwnck-1.0.pc.in
+++ b/libwnck-1.0.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: libwnck
Description: Window Navigator Construction Kit library
Version: @VERSION@
-Requires: gtk+-2.0
+Requires: gtk+-2.0 @STARTUP_NOTIFICATION_PACKAGE@
Libs: -L${libdir} -lwnck-1
Cflags: -I${includedir}/libwnck-1.0