aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-modules/KDEMetaInfoPlatformCheck.cmake4
-rw-r--r--metainfo.yaml1
2 files changed, 5 insertions, 0 deletions
diff --git a/kde-modules/KDEMetaInfoPlatformCheck.cmake b/kde-modules/KDEMetaInfoPlatformCheck.cmake
index c02cfff0..6b73e139 100644
--- a/kde-modules/KDEMetaInfoPlatformCheck.cmake
+++ b/kde-modules/KDEMetaInfoPlatformCheck.cmake
@@ -42,6 +42,10 @@ if (NOT "${KF_IGNORE_PLATFORM_CHECK}")
if (CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
set(_MetainfoFoundSupportedPlatform true)
endif()
+ elseif (${CMAKE_MATCH_1} STREQUAL "GNU")
+ if (CMAKE_SYSTEM_NAME MATCHES "GNU")
+ set(_MetainfoFoundSupportedPlatform true)
+ endif()
elseif (${CMAKE_MATCH_1} STREQUAL "Windows")
if (WIN32)
set(_MetainfoFoundSupportedPlatform true)
diff --git a/metainfo.yaml b/metainfo.yaml
index ca92774b..faaebe1f 100644
--- a/metainfo.yaml
+++ b/metainfo.yaml
@@ -5,6 +5,7 @@ type: functional
platforms:
- name: Linux
- name: FreeBSD
+ - name: GNU
- name: Windows
- name: macOS
- name: Android