File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ cmake_dependent_option(ENABLE_DRM "Enable libdrm" ON "LINUX OR FreeBSD OR OpenBS
6464cmake_dependent_option(ENABLE_DRM_AMDGPU "Enable libdrm_amdgpu" ON "LINUX" OFF )
6565cmake_dependent_option(ENABLE_GIO "Enable gio-2.0" ON "LINUX OR FreeBSD OR OpenBSD OR NetBSD OR SunOS" OFF )
6666cmake_dependent_option(ENABLE_DCONF "Enable dconf" ON "LINUX OR FreeBSD OR OpenBSD OR NetBSD OR SunOS" OFF )
67- cmake_dependent_option(ENABLE_DBUS "Enable dbus-1" ON "LINUX OR FreeBSD OR OpenBSD OR NetBSD OR SunOS" OFF )
67+ cmake_dependent_option(ENABLE_DBUS "Enable dbus-1" ON "LINUX OR FreeBSD OR OpenBSD OR NetBSD OR SunOS OR Haiku " OFF )
6868cmake_dependent_option(ENABLE_XFCONF "Enable libxfconf-0" ON "LINUX OR FreeBSD OR OpenBSD OR NetBSD OR SunOS" OFF )
6969cmake_dependent_option(ENABLE_SQLITE3 "Enable sqlite3" ON "LINUX OR FreeBSD OR APPLE OR OpenBSD OR NetBSD OR SunOS" OFF )
7070cmake_dependent_option(ENABLE_RPM "Enable rpm" ON "LINUX" OFF )
@@ -1129,7 +1129,7 @@ elseif(Haiku)
11291129 src/detection/locale/locale_linux.c
11301130 src/detection/localip/localip_linux.c
11311131 src/detection/gamepad/gamepad_nosupport.c
1132- src/detection/media/media_nosupport .c
1132+ src/detection/media/media_linux .c
11331133 src/detection/memory/memory_haiku.c
11341134 src/detection/mouse/mouse_nosupport.c
11351135 src/detection/netio/netio_nosupport.c
You can’t perform that action at this time.
0 commit comments