[Xfce4-commits] <parole:master> Removed window title plugin from build since its functionality is now baked-in.

Sean Davis noreply at xfce.org
Mon Jul 23 01:24:32 CEST 2012


Updating branch refs/heads/master
         to 0dd9f5bdd24068954643866ac0518a4b003df8d6 (commit)
       from dbecec4db56fc15bf05c0ecdc4043ed39a015c90 (commit)

commit 0dd9f5bdd24068954643866ac0518a4b003df8d6
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Fri Jul 13 13:59:06 2012 -0400

    Removed window title plugin from build since its functionality is now baked-in.

 configure.ac.in     |   10 ----------
 plugins/Makefile.am |    6 +-----
 2 files changed, 1 insertions(+), 15 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 8099c39..c22eb6f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -181,14 +181,6 @@ if test x"$ac_tray_plugin" = x"yes"; then
  	[libnotify library], [yes]) 
 fi
 
-# Window title plugin.
-#--------------------------
-AC_ARG_ENABLE([window-title-plugin], AC_HELP_STRING([--disable-window-title-plugin], [Don't build the window title plugin]),
-  [ac_window_title_plugin=$enableval], [ac_window_title_plugin=yes])
-AC_MSG_CHECKING([whether to build the window title plugin])
-AM_CONDITIONAL([WINDOW_TITLE_PLUGIN], [test x"$ac_window_title_plugin" = x"yes"])
-AC_MSG_RESULT([$ac_window_title_plugin])
-
 # Power Manager
 #--------------------------
 AC_ARG_ENABLE([power-manager-plugin], AC_HELP_STRING([--disable-power-manager-plugin], [Don't build the power manager plugin]),
@@ -230,7 +222,6 @@ plugins/Makefile
 plugins/sample/Makefile
 plugins/properties/Makefile
 plugins/tray/Makefile
-plugins/window-title/Makefile
 plugins/power-manager/Makefile
 docs/Makefile
 docs/plugin-api/version.xml
@@ -268,7 +259,6 @@ echo "
 	fi 
 	
 	echo "
-	Window title:			${ac_window_title_plugin}
 	Power Manager:			${ac_power_manager_plugin}
 
 ------------------------------------------------------
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index a122328..e5de6c1 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -8,10 +8,6 @@ if PAROLE_TRAY_PLUGIN
 SUBDIRS+=tray
 endif
 
-if WINDOW_TITLE_PLUGIN
-SUBDIRS+=window-title
-endif
-
 if POWER_MANAGER_PLUGIN
 SUBDIRS+=power-manager
-endif
\ No newline at end of file
+endif


More information about the Xfce4-commits mailing list