2020-01-12 21:48:28 -06:00
|
|
|
# 12 january 2020
|
|
|
|
|
|
|
|
libui_sources += [
|
2020-01-18 19:19:38 -06:00
|
|
|
'haiku/controls.cpp',
|
2020-01-12 21:48:28 -06:00
|
|
|
'haiku/main.cpp',
|
|
|
|
]
|
|
|
|
|
|
|
|
libui_deps += [
|
|
|
|
meson.get_compiler('cpp').find_library('root',
|
|
|
|
required: true),
|
|
|
|
meson.get_compiler('cpp').find_library('be',
|
|
|
|
required: true),
|
|
|
|
]
|
2020-01-18 20:08:24 -06:00
|
|
|
libui_soversion = '0'
|
|
|
|
# TODO possible meson bug? Haiku shouldn't have an rpath, right?...
|