anotherim-desktop/main
Klemens Nanni b75b6062ab Always export symbols to fix startup on BSDs
```
$ dino
(dino:38515): Gtk-ERROR **: 15:38:38.538: failed to add UI from resource /im/dino/Dino/unified_main_content.ui: .:26:1 Invalid object type 'DinoUiConversationSelector'
Trace/BPT trap (core dumped)
```

This works on Linux because CMake itself links with `-rdynamic` by default
as per its `Modules/Platform/Linux-*.cmake`.

OpenBSD carries this as local patch, FreeBSD links with `--export-dynamics`.
Just linking with `-rdynamic` also fixes it on OpenBSD, as expected.

https://cmake.org/cmake/help/latest/prop_tgt/ENABLE_EXPORTS.html

Fix #438.
2023-03-24 19:36:32 +01:00
..
data First steps of meson support 2023-03-24 19:32:50 +01:00
po Update translations 2023-02-07 21:40:04 +01:00
src Fix images from another client in our account not being displayed right away 2023-03-23 12:14:22 -06:00
vapi Port from GTK3 to GTK4 2022-07-27 20:34:20 +02:00
CMakeLists.txt Always export symbols to fix startup on BSDs 2023-03-24 19:36:32 +01:00
meson.build First steps of meson support 2023-03-24 19:32:50 +01:00