From 74a73409513b253ae1281897ba08e29325d700fd Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 18 Feb 2024 21:28:30 -0500 Subject: [PATCH] Re-enable zeroconf in distro features --- conf/distro/hvmpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/hvmpd.conf b/conf/distro/hvmpd.conf index d475776..dac4683 100644 --- a/conf/distro/hvmpd.conf +++ b/conf/distro/hvmpd.conf @@ -20,7 +20,7 @@ DISTRO_FEATURES:append = " usbhost" # We will _never_ use these features (remember that _remove overrides # are final). -DISTRO_FEATURES:remove = "x11 directfb vulkan 3g nfc opengl ptest pcmcia zeroconf wayland" +DISTRO_FEATURES:remove = "x11 directfb vulkan 3g nfc opengl ptest pcmcia wayland" # Remove pulseaudio support: DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " pulseaudio" -- 2.20.1