[gnome-utils] build: disable the gdict applet by default
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-utils] build: disable the gdict applet by default
- Date: Wed, 20 Oct 2010 22:57:15 +0000 (UTC)
commit a553f34d5bab92a22404617cbfc6493d392d6798
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Oct 20 20:22:26 2010 +0200
build: disable the gdict applet by default
configure.ac | 2 +-
gnome-dictionary/data/Makefile.am | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 60564b2..9d9eb86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,7 +156,7 @@ AC_ARG_ENABLE([gdict-applet],
[AS_HELP_STRING([--enable-gdict-applet=@<:@yes/no@:>@],
[Whether to build the Dictionary gnome-panel applet])],
[],
- [enable_gdict_applet=yes])
+ [enable_gdict_applet=no])
AS_CASE([$enable_gdict_applet],
[yes],
diff --git a/gnome-dictionary/data/Makefile.am b/gnome-dictionary/data/Makefile.am
index 31c4908..4debb14 100644
--- a/gnome-dictionary/data/Makefile.am
+++ b/gnome-dictionary/data/Makefile.am
@@ -28,12 +28,12 @@ builder_DATA = gnome-dictionary-preferences.ui \
uidir = $(datadir)/gnome-dictionary
ui_DATA = gnome-dictionary-ui.xml
-if BUILD_GDICT_APPLET
-
# applet menu definition
appletuidir = $(datadir)/gnome-2.0/ui
appletui_DATA = GNOME_DictionaryApplet.xml
+if BUILD_GDICT_APPLET
+
serverdir = $(libdir)/bonobo/servers
server_in_files = GNOME_DictionaryApplet.server.in
server_DATA = $(server_in_files:.server.in=.server)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]