[Xfce4-commits] [xfce/xfce4-panel] 30/73: Make panel application depend on libwnck

noreply at xfce.org noreply at xfce.org
Sun Feb 26 16:34:11 CET 2017


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 b4d15e68a448e0f938cd6d22654dad6e1ead7d0b
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 391c975..d9e1a2d 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 = \
@@ -64,6 +65,7 @@ xfce4_panel_CFLAGS = \
 	$(DBUS_CFLAGS) \
 	$(XFCONF_CFLAGS) \
 	$(LIBX11_CFLAGS) \
+	$(LIBWNCK_CFLAGS) \
 	$(PLATFORM_CFLAGS)
 
 xfce4_panel_LDFLAGS = \
@@ -81,6 +83,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