temp
This commit is contained in:
parent
438af66584
commit
735e3fb56f
1 changed files with 9 additions and 9 deletions
18
meson.build
18
meson.build
|
@ -127,15 +127,15 @@ elif host_system == 'windows'
|
|||
cpp.find_library('dwmapi'),
|
||||
cpp.find_library('windowsapp'),
|
||||
]
|
||||
elif host_system == 'linux' or host_system == 'freebsd' or host_system == 'netbsd' or host_system == 'dragonfly' or host_system == 'haiku'
|
||||
platform_deps += [
|
||||
dependency('SQLiteCpp'),
|
||||
dependency('xcb'),
|
||||
dependency('xau'),
|
||||
dependency('xdmcp'),
|
||||
dependency('wayland-client'),
|
||||
dependency('dbus-1'),
|
||||
]
|
||||
# elif host_system == 'linux' or host_system == 'freebsd' or host_system == 'netbsd' or host_system == 'dragonfly' or host_system == 'haiku'
|
||||
# platform_deps += [
|
||||
# dependency('SQLiteCpp'),
|
||||
# dependency('xcb'),
|
||||
# dependency('xau'),
|
||||
# dependency('xdmcp'),
|
||||
# dependency('wayland-client'),
|
||||
# dependency('dbus-1'),
|
||||
# ]
|
||||
endif
|
||||
|
||||
# FTXUI configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue