Drop upstreamed patches
This commit is contained in:
parent
73dcd8886b
commit
4bf480de24
|
|
@ -1,18 +0,0 @@
|
||||||
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
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
cmake_arch_independent.quilt
|
|
||||||
Loading…
Reference in New Issue