Updating branch refs/heads/master
         to 1dff422e325ad26d68b70366f153cbe283c8190e (commit)
       from 4a100aa3601ae43b508fa94a9965c5994b5f9b4e (commit)

commit 1dff422e325ad26d68b70366f153cbe283c8190e
Author: Sean Davis <[email protected]>
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
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to