#
55ce2f28 |
| 12-Apr-2023 |
Patrick Williams <patrick@stwcx.xyz> |
meson: remove deprecated get_pkgconfig_variable
Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In meson 0.58 the `get_variable` was enhanced to no longer require the `pkgconfig
meson: remove deprecated get_pkgconfig_variable
Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In meson 0.58 the `get_variable` was enhanced to no longer require the `pkgconfig` keyword argument. Ensure meson 0.58 is required and update the usage of all `get_pkgconfig_variable` and `get_variable` to be the modern variant.
Change-Id: I16a6ed1a6d4dfdd367464a087fa0f3d23b0d588f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
b6389b92 |
| 09-Mar-2022 |
Brandon Kim <brandonkim@google.com> |
service_files: Add a simple service file
Tested: Verified that the @BINDIR@ is correctly overwritten
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I89feb7a133b3cabd75f8de7ee2b0c86d8
service_files: Add a simple service file
Tested: Verified that the @BINDIR@ is correctly overwritten
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I89feb7a133b3cabd75f8de7ee2b0c86d8003e8a4
show more ...
|