2023-08-16 22:26:55 +00:00
|
|
|
install the desktop files on OpenBSD too
|
|
|
|
|
|
|
|
Index: CMakeLists.txt
|
|
|
|
--- CMakeLists.txt.orig
|
|
|
|
+++ CMakeLists.txt
|
2023-09-11 22:02:06 +00:00
|
|
|
@@ -324,7 +324,7 @@ install(DIRECTORY resources
|
|
|
|
)
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
# Install desktop shortcuts for Linux
|
|
|
|
-if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
|
|
|
+if ((${CMAKE_SYSTEM_NAME} MATCHES "Linux") OR (${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD"))
|
2023-09-11 22:02:06 +00:00
|
|
|
message("Installing desktop files")
|
2023-08-16 22:26:55 +00:00
|
|
|
|
2023-09-11 22:02:06 +00:00
|
|
|
# Install icons
|