logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

0002-CMake-Fix-sfx-installation.patch (663B)


  1. From 42f117811cfa8c5c02fc83b4faef57b6857e3b5e Mon Sep 17 00:00:00 2001
  2. From: "Haelwenn (lanodan) Monnier" <contact@hacktivis.me>
  3. Date: Wed, 31 Jan 2024 17:16:15 +0100
  4. Subject: [PATCH 2/2] CMake: Fix sfx installation
  5. ---
  6. CMakeLists.txt | 4 ++--
  7. 1 file changed, 2 insertions(+), 2 deletions(-)
  8. diff --git a/CMakeLists.txt b/CMakeLists.txt
  9. index 01355d8..ac291ac 100644
  10. --- a/CMakeLists.txt
  11. +++ b/CMakeLists.txt
  12. @@ -73,8 +73,8 @@ install(DIRECTORY data/gfx
  13. install(DIRECTORY data/sfx
  14. DESTINATION "${KOBO_SHARE_DIR}"
  15. FILES_MATCHING
  16. - PATTERN "*.a2s"
  17. - PATTERN "*.theme")
  18. + PATTERN "*.h"
  19. + PATTERN "*.agw")
  20. # Documentation
  21. file(GLOB doc_files
  22. --
  23. 2.43.0