Skip to content

Commit 5c5e12f

Browse files
committed
Media (Haiku): enable support
1 parent b3e7451 commit 5c5e12f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ cmake_dependent_option(ENABLE_DRM "Enable libdrm" ON "LINUX OR FreeBSD OR OpenBS
6464
cmake_dependent_option(ENABLE_DRM_AMDGPU "Enable libdrm_amdgpu" ON "LINUX" OFF)
6565
cmake_dependent_option(ENABLE_GIO "Enable gio-2.0" ON "LINUX OR FreeBSD OR OpenBSD OR NetBSD OR SunOS" OFF)
6666
cmake_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)
6868
cmake_dependent_option(ENABLE_XFCONF "Enable libxfconf-0" ON "LINUX OR FreeBSD OR OpenBSD OR NetBSD OR SunOS" OFF)
6969
cmake_dependent_option(ENABLE_SQLITE3 "Enable sqlite3" ON "LINUX OR FreeBSD OR APPLE OR OpenBSD OR NetBSD OR SunOS" OFF)
7070
cmake_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

0 commit comments

Comments
 (0)