~bitfehler/public-inbox

bfcal: Install executable by build-system v1 PROPOSED

laalsaas: 1
 Install executable by build-system

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~bitfehler/public-inbox/patches/36056/mbox | git am -3
Learn more about email & git

[PATCH bfcal] Install executable by build-system Export this patch

---
 meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meson.build b/meson.build
index 8b9dbc4..379e4f6 100644
--- a/meson.build
+++ b/meson.build
@@ -17,4 +17,5 @@ moc_files = qt5.compile_moc(headers : 'include/event_filter.h',
  dependencies: qt5_dep)
executable('bfcal', 'src/main.cpp', 'src/event_filter.cpp', moc_files,
  include_directories: inc,
  install: true,
  dependencies : qt5_dep)
-- 
2.37.3
Applied, thanks!