anotherim-desktop/xmpp-vala
Vadim Lomovtsev 81253f28cc project-wide: build & run-time fixes
While using meson some issues were faced with link and application
startup. This commit is to put fixes for the following issues:

- missed conversation_details.css file;
  add conversation_details.css to the main/data/gresources.xml;
- the 'localtime_r' symbol  can't be found while linking application
  add POSIX_C_SOURCES=1 macro definition
- meson configure complains that xmpp-vala package version is not set
  set xmpp-vala version to 0.1
- application startup failures due to unresolved symbols while creating
  initial UI
   fix: put '--export-all-symbols' to the main/meson.build for mingw64 build
- segmentation fault while running app built by meson
  meson.build: add _WIN32 definefor vala compilation
- main/meson.build: add _FILE_OFFSET_BITS definition (sync with cmake
  cfg)
- main/meson.build: compile window resources (fix missed window icon)

Signed-off-by: Vadim Lomovtsev <jelezny@gmail.com>
2024-04-01 16:38:27 +03:00
..
src Save password after succes change 2024-03-26 18:37:00 +03:00
tests Implement XEP-0392: Consistent Color Generation 2023-03-05 16:47:46 +01:00
vapi Enabling display of more compiler warnings and fix some of them 2020-01-21 21:55:08 +01:00
CMakeLists.txt Fix build on some Vala compiler versions 2023-09-24 19:51:33 +02:00
meson.build project-wide: build & run-time fixes 2024-04-01 16:38:27 +03:00
xmpp-vala.deps meson: Install more stuff 2023-10-06 15:25:12 +02:00