diff options
Diffstat (limited to 'x11-wm/wayfire-plugins-extra/files')
-rw-r--r-- | x11-wm/wayfire-plugins-extra/files/patch-libc++ | 14 | ||||
-rw-r--r-- | x11-wm/wayfire-plugins-extra/files/patch-wlroots017 | 30 |
2 files changed, 0 insertions, 44 deletions
diff --git a/x11-wm/wayfire-plugins-extra/files/patch-libc++ b/x11-wm/wayfire-plugins-extra/files/patch-libc++ deleted file mode 100644 index 0f971afea036..000000000000 --- a/x11-wm/wayfire-plugins-extra/files/patch-libc++ +++ /dev/null @@ -1,14 +0,0 @@ -../subprojects/windecor/deco-theme.cpp:14:10: fatal error: 'bits/stdc++.h' file not found -#include <bits/stdc++.h> - ^~~~~~~~~~~~~~~ - ---- subprojects/windecor/deco-theme.cpp.orig 2023-09-30 05:08:04 UTC -+++ subprojects/windecor/deco-theme.cpp -@@ -11,7 +11,6 @@ - #include <sys/stat.h> - #include <unistd.h> - #include <fstream> --#include <bits/stdc++.h> - - typedef struct { - double x; diff --git a/x11-wm/wayfire-plugins-extra/files/patch-wlroots017 b/x11-wm/wayfire-plugins-extra/files/patch-wlroots017 deleted file mode 100644 index 43194a59e84f..000000000000 --- a/x11-wm/wayfire-plugins-extra/files/patch-wlroots017 +++ /dev/null @@ -1,30 +0,0 @@ -wayfire-shadows| Run-time dependency wlroots found: NO (tried pkgconfig and cmake) - -subprojects/wayfire-shadows/meson.build:17:11: ERROR: Dependency "wlroots" not found, tried pkgconfig and cmake - -windecor| Run-time dependency wlroots found: NO (tried pkgconfig and cmake) - -subprojects/windecor/meson.build:18:11: ERROR: Dependency "wlroots" not found, tried pkgconfig and cmake - ---- subprojects/wayfire-shadows/meson.build.orig 2023-09-08 22:38:12 UTC -+++ subprojects/wayfire-shadows/meson.build -@@ -14,7 +14,7 @@ wayfire = dependency('wayfire') - ) - - wayfire = dependency('wayfire') --wlroots = dependency('wlroots') -+wlroots = dependency('wlroots-0.17') - wfconfig = dependency('wf-config') - - add_project_arguments(['-DWLR_USE_UNSTABLE'], language: ['cpp', 'c']) ---- subprojects/windecor/meson.build.orig 2023-09-30 05:08:04 UTC -+++ subprojects/windecor/meson.build -@@ -15,7 +15,7 @@ pixman = dependency('pixman-1') - - wayfire = dependency('wayfire') - pixman = dependency('pixman-1') --wlroots = dependency('wlroots') -+wlroots = dependency('wlroots-0.17') - wfconfig = dependency('wf-config') - cairo = dependency('cairo') - rsvg = dependency( 'librsvg-2.0' ) |