summaryrefslogtreecommitdiff
path: root/libmediaart/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* libmediaart/meson.build: replace shared_libraryFabrice Fontaine2022-06-011-1/+1
| | | | | | | | | | | Use library() to make building a static or dynamic library optional depending on the builtin "default_library" meson option. Fixes failures when using the library statically: /home/buildroot/autobuild/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-uclibcgnueabi/9.3.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: /home/buildroot/autobuild/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libc.a(__uClibc_main.os): in function `__uClibc_fini': __uClibc_main.c:(.text+0x15c): undefined reference to `__fini_array_start' Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* meson: add vapi optionMatt Turner2022-03-261-4/+6
|
* meson: add introspection optionFabrice Fontaine2022-03-261-20/+22
| | | | | | | | Add introspection option Fix #3 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* Drop Qt4 supportEmmanuele Bassi2021-05-201-1/+1
| | | | Qt 4 was end-of-lifed in December 2015.
* build: Export the pkg-config file in the GIREmmanuele Bassi2021-05-171-3/+8
| | | | Tools that parse the GIR need the exported package.
* Merge branch 'master' into 'master'Sam Thursfield2020-10-161-0/+1
|\ | | | | | | | | meson.build: don't require C++ See merge request GNOME/libmediaart!3
| * meson.build: don't require C++Fabrice Fontaine2020-05-081-0/+1
| | | | | | | | | | | | Does not mandate C++ as it is only required for extractqt.cpp Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* | extract: Remove Storagewip/phako/remove-storageJens Georg2020-05-311-1/+0
|/ | | | | | After the removal of mediaartlocal, this is useless now. It can also cause some lock-ups if gvfs is missing
* meson: Introspection fixMarinus Schraal2018-01-081-1/+5
| | | | | | | The meson build did not add the extractdummy.c to the sources, which contains introspection annotations. https://bugzilla.gnome.org/show_bug.cgi?id=792272
* meson: Add missing mediaart-macros.h headerCarlos Garnacho2017-08-101-0/+1
| | | | This must be installed by the meson install as well...
* meson: Fix library versioningJan Alexander Steffens (heftig)2017-08-101-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=786067
* Meson build instructions for libmediaartSam Thursfield2017-08-091-0/+62
These are hopefully complete already. I have compared an Autotools-built and a Meson-built install of libmediaart and found only the following differences: * libmediaart-2.0.la isn't generated by Meson * External references in the gtk-doc documentation are relative with Meson and absolute with Autotools * Some changes in generated .vapi file and .pc file https://bugzilla.gnome.org/show_bug.cgi?id=783562