19 lines
597 B
Plaintext
19 lines
597 B
Plaintext
Description: Include CMake arch independent flag
|
|
Include ARCH_INDEPENDENT flag for cmake to ensure
|
|
cross architecture compatibility.
|
|
Author: Helmut Grohne <helmut@subdivi.de>
|
|
Last-Update: 2025-05-18
|
|
Origin: other
|
|
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085254
|
|
Applied-Upstream: https://github.com/hyprwm/hyprwayland-scanner/pull/16
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -51,6 +51,7 @@
|
|
write_basic_package_version_file(
|
|
"hyprwayland-scanner-config-version.cmake"
|
|
VERSION "${VERSION}"
|
|
+ ARCH_INDEPENDENT
|
|
COMPATIBILITY AnyNewerVersion)
|
|
|
|
# Installation
|