summaryrefslogtreecommitdiff
path: root/nice/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Fix NICE_CHECK_VERSION in public installTim-Philipp Müller2022-05-261-1/+1
| | | | | | | Install a nice-version.h so that the version defines are available. https://gitlab.freedesktop.org/libnice/libnice/-/merge_requests/232
* meson: Add agent include dir to uninstalled pkgconfig fileNirbheek Chauhan2021-11-151-0/+2
| | | | | | | | Meson picks up the includedirs from the library target that it is building the pkgconfig file for. Since libnice's headers are split into the nice/ and agent/ subdirs, we need to add agent/ to include_directories: so that it's automatically added to the uninstalled pkgconfig file by Meson.
* meson: Fix DLL search path during test execution on WindowsJakub Adam2019-01-021-1/+2
| | | | | | | Meson needs to see all libraries a target depends on so that it can add each to PATH when running "meson test". Avoids "*.dll was not found" errors.
* meson: Allow building of g-i with static libs.Tim-Philipp Müller2018-12-231-1/+1
| | | | | | | | Allow building of g-i with static libs which should work since Meson 0.49 and sufficiently recent gobject-introspection (>= 1.58.1). If g-i is too old people will get a suitable error message and can disable g-i via build options.
* meson: Fix pkg-config generation with internal dependenciesJakub Adam2018-12-211-3/+1
| | | | | | | | | Prevents Meson error: ERROR: requires argument not a string, library with pkgconfig-generated file or pkgconfig-dependency object, got <InternalDependency null: True> Requires Meson 0.49.
* meson: Fix build with fallback glibJakub Adam2018-12-211-1/+1
| | | | | | | | | | | When building libnice with glib fallback, its 'libgio_dep' internal dependency doesn't provide all needed include and library search paths. To avoid unresolved header files and linker errors in such case, 'libglib_dep', 'libmodule_dep' and 'libgobject_dep' from glib submodule must be pulled in as well. The problem should be fixed in GLib 2.60.
* Fix build with MSVCNirbheek Chauhan2018-12-141-1/+3
| | | | Tested inside Cerbero with VS 2017
* meson: disable introspection if g-ir-scanner is not foundVíctor Manuel Jáquez Leal2018-12-141-1/+1
|
* meson: allow selecting crypto library manually via an optionTim-Philipp Müller2018-12-141-1/+1
|
* Add support for Meson build systemTim-Philipp Müller2018-12-141-0/+66