Files
nixpkgs/pkgs/by-name/li/libajantv2/demos-ntv2overlay-no-makefile.patch
Dark Steveneq 646b892680
Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
push sheeet
2025-10-09 14:15:47 +02:00

24 lines
783 B
Diff

From f822ffa9f886b668fe0a6269f0ba8bf48043d190 Mon Sep 17 00:00:00 2001
From: Luke Granger-Brown <git@lukegb.com>
Date: Sun, 22 Jun 2025 14:12:08 +0100
Subject: [PATCH 4/4] Don't attempt to install a non-existent Makefile
---
demos/ntv2overlay/CMakeLists.txt | 3 ---
1 file changed, 3 deletions(-)
diff --git a/demos/ntv2overlay/CMakeLists.txt b/demos/ntv2overlay/CMakeLists.txt
index 4520e795..ae94906f 100644
--- a/demos/ntv2overlay/CMakeLists.txt
+++ b/demos/ntv2overlay/CMakeLists.txt
@@ -48,6 +48,3 @@ endif()
if (AJA_INSTALL_CMAKE)
install(FILES CMakeLists.txt DESTINATION ${CMAKE_INSTALL_PREFIX}/libajantv2/demos/ntv2overlay)
endif()
-if (AJA_INSTALL_MISC)
- install(FILES Makefile DESTINATION ${CMAKE_INSTALL_PREFIX}/libajantv2/demos/ntv2overlay)
-endif()
--
2.49.0