Skip to content

Commit

Permalink
tmpfiles.d: skip x11.conf unless --enable-x11-common-plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Feb 4, 2024
1 parent c221823 commit 9dc7b8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tmpfiles.d/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ finitdir = $(finit_tmpfiles)
dist_finit_DATA = finit.conf

tmpfilesdir = $(tmpfiles_path)
dist_tmpfiles_DATA = etc.conf legacy.conf var.conf x11.conf
dist_tmpfiles_DATA = etc.conf legacy.conf var.conf
dist_tmpfiles_DATA += dnsmasq.conf frr.conf lldpd.conf openswan.conf \
quagga.conf sshd.conf uuidd.conf

if BUILD_TESTSERV_PLUGIN
dist_tmpfiles_DATA += testserv.conf
endif

if BUILD_X11_COMMON_PLUGIN
dist_tmpfiles_DATA += x11.conf
endif

0 comments on commit 9dc7b8a

Please sign in to comment.