mirror of
https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
synced 2025-02-08 09:54:09 +00:00
Iñigo Martínez
69eac7d7cc
build: Make use of assert function
meson has support for `assert` function, which halts meson's execution showing a given message when a given condition is false. This patch takes advantage of this function to slightly improve meson's build file readibility. It also removes a duplicated check for `pkglibdir` being set when introspection is also set, because this check is already done when a shared library is being created, that is a precondition for introspection generation. https://bugzilla.gnome.org/show_bug.cgi?id=792948
Description
No description provided
Languages
C
98.5%
Meson
1.5%