Skip to content

Commit

Permalink
Add time-admin dependency check on systemd
Browse files Browse the repository at this point in the history
time-admin depends on systemd. If systemd is not used in the systemd, time-admin is disabled
  • Loading branch information
zhuyaliang committed Apr 1, 2024
1 parent d7f3c62 commit 9c2e887
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion capplets/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ SUBDIRS = \
keybindings \
mouse \
network \
time-admin \
windows \
about-me \
system-info

if HAVE_SYSTEMD
SUBDIRS += time-admin
endif

DIST_SUBDIRS = \
common \
accessibility \
Expand Down

0 comments on commit 9c2e887

Please sign in to comment.