This commit is contained in:
Mars 2025-05-03 20:19:11 -04:00
parent 438af66584
commit 735e3fb56f
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895

View file

@ -127,15 +127,15 @@ elif host_system == 'windows'
cpp.find_library('dwmapi'), cpp.find_library('dwmapi'),
cpp.find_library('windowsapp'), cpp.find_library('windowsapp'),
] ]
elif host_system == 'linux' or host_system == 'freebsd' or host_system == 'netbsd' or host_system == 'dragonfly' or host_system == 'haiku' # elif host_system == 'linux' or host_system == 'freebsd' or host_system == 'netbsd' or host_system == 'dragonfly' or host_system == 'haiku'
platform_deps += [ # platform_deps += [
dependency('SQLiteCpp'), # dependency('SQLiteCpp'),
dependency('xcb'), # dependency('xcb'),
dependency('xau'), # dependency('xau'),
dependency('xdmcp'), # dependency('xdmcp'),
dependency('wayland-client'), # dependency('wayland-client'),
dependency('dbus-1'), # dependency('dbus-1'),
] # ]
endif endif
# FTXUI configuration # FTXUI configuration