add missing Upstream-Status

This commit is contained in:
Markus Volk
2025-04-02 08:25:39 +02:00
parent 11fa512788
commit a31412b492
11 changed files with 20 additions and 0 deletions

View File

@ -5,6 +5,8 @@ Subject: [PATCH] meson.build: dont fail if stb is not found
we have neigher pkconfig nor cmake support
manually add it to CXXFLAGS
Upstream-Status: Pending
---
src/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

View File

@ -6,6 +6,8 @@ Subject: [PATCH] meson.build: dont leak buildpath
This fixes buildpath in gamescope binary
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Upstream-Status: Pending
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -3,6 +3,7 @@ From: Markus Volk <f_l_k@t-online.de>
Date: Sun, 23 Jul 2023 10:19:54 +0200
Subject: [PATCH] hyprland: update
Upstream-Status: Pending
---
meson.build | 17 +----------------
src/meson.build | 6 +++---

View File

@ -10,6 +10,8 @@ Fixes the following error:
../sway/ipc-json.c:928:17: error: enumeration value 'LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM' not handled in switch [-Werror=switch]
928 | switch (libinput_device_config_accel_get_profile(device)) {
| ^~~~~~
Upstream-Status: Pending
---
meson.build | 5 +++++
sway/ipc-json.c | 5 +++++