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

git pushed a commit to branch master
in repository e16.

View the commit online.

commit 355663252dd4eb6564b14108a0d5520c784e1893
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Wed Apr 3 18:57:44 2024 +0200

    dbus: Only install e16-dbus-cmd if dbus support is enabled
---
 misc/Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/misc/Makefile.am b/misc/Makefile.am
index 14f09cbb..d8e4b986 100644
--- a/misc/Makefile.am
+++ b/misc/Makefile.am
@@ -17,7 +17,10 @@ XSESSION_DESKTOPS = $(XSESSION_MISC) $(XSESSION_GNOME2) $(XSESSION_GNOME3)
 DESKTOPS = $(DESKTOPS_APP) $(XSESSION_DESKTOPS)
 
 miscdir = $(pkgdatadir)/misc
-misc_SCRIPTS = $(XCLIENTS) starte16 e16-dbus-cmd
+misc_SCRIPTS = $(XCLIENTS) starte16
+if ENABLE_DBUS
+misc_SCRIPTS += e16-dbus-cmd
+endif
 
 applicationdir = $(datadir)/applications
 application_DATA = $(DESKTOPS_APP)

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

Reply via email to