[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 03/03: Removed unused IDO library dependency

noreply at xfce.org noreply at xfce.org
Sun Mar 8 04:55:21 CET 2015


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

andrzejr pushed a commit to branch master
in repository panel-plugins/xfce4-pulseaudio-plugin.

commit 06f8b307b95ba71f43ce6be39abb8a12b1e9c814
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Sun Mar 8 03:55:11 2015 +0000

    Removed unused IDO library dependency
---
 configure.ac.in          |    6 ------
 panel-plugin/Makefile.am |    2 --
 2 files changed, 8 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 9f5a342..af1824c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -84,11 +84,6 @@ XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.11.0])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-${LIBXFCE4PANEL_VERSION_API}], [4.11.0])
 XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.6.0])
 
-dnl ****************************
-dnl *** Optional IDO library ***
-dnl ****************************
-XDT_CHECK_OPTIONAL_PACKAGE([IDO], [libido3-0.1], [13.10.0], [ido], [IDO library])
-
 dnl **********************************
 dnl *** Optional keybinder Support ***
 dnl **********************************
@@ -143,6 +138,5 @@ echo "Build Configuration:"
 echo
 echo "* Debug Support:          $enable_debug"
 echo "* Use keybinder:          ${KEYBINDER_FOUND:-no}"
-echo "* Use IDO library:        ${IDO_FOUND:-no}"
 echo "* Default Mixer command:  $DEFAULT_MIXER_COMMAND"
 echo
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 1a540d3..1de8e11 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -47,7 +47,6 @@ libpulseaudio_plugin_la_CFLAGS = \
 	$(LIBXFCE4UI_CFLAGS) \
 	$(LIBXFCE4PANEL_CFLAGS) \
 	$(XFCONF_CFLAGS) \
-	$(IDO_CFLAGS) \
 	$(KEYBINDER_CFLAGS) \
 	$(PLATFORM_CFLAGS)
 
@@ -66,7 +65,6 @@ libpulseaudio_plugin_la_LIBADD = \
 	$(LIBXFCE4UI_LIBS) \
 	$(LIBXFCE4PANEL_LIBS) \
 	$(XFCONF_LIBS) \
-	$(IDO_LIBS) \
 	$(KEYBINDER_LIBS) \
 	$(LIBM)
 

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


More information about the Xfce4-commits mailing list