diff --git a/packaging/freebsd/Makefile b/packaging/freebsd/Makefile index ac9b6b8e..334be878 100644 --- a/packaging/freebsd/Makefile +++ b/packaging/freebsd/Makefile @@ -22,8 +22,8 @@ USE_GNOME= cairo gdkpixbuf2 gtk30 USE_GITHUB= yes GH_ACCOUNT= LBCrion -OPTIONS_DEFINE= MPD NETWORK PULSEAUDIO XKB ALSA -OPTIONS_DEFAULT= MPD NETWORK PULSEAUDIO XKB ALSA +OPTIONS_DEFINE= MPD NETWORK PULSEAUDIO XKB ALSA BSD IDLE +OPTIONS_DEFAULT= MPD NETWORK PULSEAUDIO XKB ALSA BSD IDLE OPTIONS_SUB= yes MPD_DESC= Music player daemon control @@ -33,6 +33,12 @@ MPD_MESON_ENABLED= mpd NETWORK_DESC= Network interface monitor support NETWORK_MESON_ENABLED= network +BSD_DESC= Support for BSD sysctl interface +BSD_MESON_ENABLED= bsdctl + +IDLE_DESC= Support for idle inhibit protocol +IDLE_MESON_ENABLED= idleinhibit + PULSEAUDIO_DESC= Pulse audio volume control PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_MESON_ENABLED= pulse diff --git a/packaging/freebsd/pkg-plist b/packaging/freebsd/pkg-plist index b9d7ce42..d0809f0c 100644 --- a/packaging/freebsd/pkg-plist +++ b/packaging/freebsd/pkg-plist @@ -158,5 +158,5 @@ share/icons/hicolor/scalable/apps/sfwbar.svg %%MPD%%lib/sfwbar/mpd.so %%XKB%%lib/sfwbar/xkbmap.so %%ALSA%%lib/sfwbar/alsactl.so -%%BSDCTL%%lib/sfwbar/bsdctl.so -%%IDLEINHIBIT%%lib/sfwbar/idleinhibit.so +%%BSD%%lib/sfwbar/bsdctl.so +%%IDLE%%lib/sfwbar/idleinhibit.so