diff options
author | Ted Gould <ted@gould.cx> | 2011-03-16 16:47:51 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-16 16:47:51 -0500 |
commit | 5f78edb1e798eb7b8257c212163442a49d60be8f (patch) | |
tree | a7c0543b4f70789d1a4fc28e8a1e823b23993eac | |
parent | 3c59d0869955b4c0698d7a563d712b357e0a2cd9 (diff) | |
download | ayatana-indicator-datetime-5f78edb1e798eb7b8257c212163442a49d60be8f.tar.gz ayatana-indicator-datetime-5f78edb1e798eb7b8257c212163442a49d60be8f.tar.bz2 ayatana-indicator-datetime-5f78edb1e798eb7b8257c212163442a49d60be8f.zip |
Sadly, no more oobs for us.
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | src/datetime-service.c | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 88c7b20..b05f3f1 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,6 @@ GIO_REQUIRED_VERSION=2.25.11 # Note: the GIO check below also ensures the proper glib with gsettings support is present INDICATOR_DISPLAY_OBJECTS=0.2.2 GEOCLUE_REQUIRED_VERSION=0.12.0 -OOBS_REQUIRED_VERSION=2.31.0 ECAL_REQUIRED_VERSION=2.30 EDS_REQUIRED_VERSION=2.30 ICAL_REQUIRED_VERSION=0.44 @@ -93,7 +92,6 @@ AS_IF([test "x$with_gtk" = x3], libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS gio-2.0 >= $GIO_REQUIRED_VERSION geoclue >= $GEOCLUE_REQUIRED_VERSION - liboobs-1 >= $OOBS_REQUIRED_VERSION libecal-1.2 >= $ECAL_REQUIRED_VERSION libical >= $ICAL_REQUIRED_VERSION libedataserver-1.2 >= EDS_REQUIRED_VERSION @@ -109,7 +107,6 @@ AS_IF([test "x$with_gtk" = x3], libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS gio-2.0 >= $GIO_REQUIRED_VERSION geoclue >= $GEOCLUE_REQUIRED_VERSION - liboobs-1 >= $OOBS_REQUIRED_VERSION libecal-1.2 >= $ECAL_REQUIRED_VERSION libical >= $ICAL_REQUIRED_VERSION libedataserver-1.2 >= EDS_REQUIRED_VERSION diff --git a/src/datetime-service.c b/src/datetime-service.c index 18fa583..615010c 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -47,8 +47,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <libical/icaltime.h> #include <cairo/cairo.h> -#include <oobs/oobs-timeconfig.h> - #include "datetime-interface.h" #include "dbus-shared.h" #include "settings-shared.h" |