| From 0b1b8db6b9f24caef6d85a202f1274c4faab63ff Mon Sep 17 00:00:00 2001 |
| From: Sam Agazaryan <samagazaryan@google.com> |
| Date: Thu, 17 Apr 2025 05:48:32 +0000 |
| Subject: [PATCH] Expose spi headers in libhoth |
| |
| --- |
| meson.build | 1 + |
| 1 file changed, 1 insertion(+) |
| |
| diff --git a/meson.build b/meson.build |
| index f6286e0..f89eaec 100644 |
| --- a/meson.build |
| +++ b/meson.build |
| @@ -18,6 +18,7 @@ libhoth = library('hoth', libhoth_srcs, dependencies: [libusb], install: true, \ |
| version: meson.project_version()) |
| |
| install_headers('libhoth.h') |
| +install_headers('libhoth_spi.h') |
| install_headers('libhoth_usb.h') |
| install_headers('libhoth_usb_device.h') |
| |
| -- |
| 2.49.0.777.g153de2bbd5-goog |
| |