[Xfce4-commits] [xfce/xfce4-panel] 02/06: Make panel application depend on libwnck

noreply at xfce.org noreply at xfce.org
Fri Sep 5 02:12:36 CEST 2014


This is an automated email from the git hooks/post-receive script.

andrzejr pushed a commit to branch master
in repository xfce/xfce4-panel.

commit 38cc02e4361b85f849c6ee29d7bb1e8c31ebb5d3
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Mon Jul 28 02:07:46 2014 +0200

    Make panel application depend on libwnck
    
    This will be needed for intelligent autohiding, which is implemented by
    monitoring the current WnckScreen for active window changes and hiding
    the panel whenever the active window geometry overlaps with the panel.
---
 panel/Makefile.am |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/panel/Makefile.am b/panel/Makefile.am
index f3f14a0..4184569 100644
--- a/panel/Makefile.am
+++ b/panel/Makefile.am
@@ -8,6 +8,7 @@ AM_CPPFLAGS = \
 	-DHELPERDIR=\"$(HELPER_PATH_PREFIX)/xfce4/panel\" \
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
 	-DDBUS_API_SUBJECT_TO_CHANGE \
+	-DWNCK_I_KNOW_THIS_IS_UNSTABLE \
 	$(PLATFORM_CPPFLAGS)
 
 bin_PROGRAMS = \
@@ -65,6 +66,7 @@ xfce4_panel_CFLAGS = \
 	$(DBUS_CFLAGS) \
 	$(XFCONF_CFLAGS) \
 	$(LIBX11_CFLAGS) \
+	$(LIBWNCK_CFLAGS) \
 	$(PLATFORM_CFLAGS)
 
 xfce4_panel_LDFLAGS = \
@@ -83,6 +85,7 @@ xfce4_panel_LDADD = \
 	$(XFCONF_LIBS) \
 	$(DBUS_LIBS) \
 	$(LIBX11_LIBS) \
+	$(LIBWNCK_LIBS) \
 	-lm
 
 xfce4_panel_DEPENDENCIES = \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list