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('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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue