I don't want evolution-data-server to be loaded whenever I click on
the clock applet. Add an option for disabling the eds code even if Evolution is installed.
This commit is contained in:
parent
4751c5268d
commit
978e3361e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176601
@ -44,6 +44,8 @@ GCONF_SCHEMAS= clock.schemas fish.schemas \
|
||||
panel-toplevel.schemas window-list.schemas \
|
||||
workspace-switcher.schemas
|
||||
|
||||
OPTIONS= EVOLUTION "use the Evolution calendar if installed" on
|
||||
|
||||
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
|
||||
.undef WITHOUT_GNOME
|
||||
WITH_GNOME= yes
|
||||
@ -51,7 +53,7 @@ WITH_GNOME= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${HAVE_GNOME:Mevolutiondataserver}!=""
|
||||
.if defined(WITH_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!=""
|
||||
USE_GNOME+= evolutiondataserver
|
||||
CONFIGURE_ARGS+=--enable-eds
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user