mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-08 12:14:50 +00:00
meson: fix wlroots features
This commit is contained in:
parent
11845450fb
commit
e9d7e1bbe8
@ -1,13 +1,13 @@
|
|||||||
From 4432b56f57face8516a93f4aa14e78db11a3ff85 Mon Sep 17 00:00:00 2001
|
From 5343ca2873221f9586fabb380027ff2e271ffd6e Mon Sep 17 00:00:00 2001
|
||||||
From: sewn <sewn@disroot.org>
|
From: sewn <sewn@disroot.org>
|
||||||
Date: Tue, 6 Aug 2024 00:37:43 +0300
|
Date: Tue, 27 Aug 2024 16:28:07 +0300
|
||||||
Subject: [PATCH] add meson
|
Subject: [PATCH] add meson
|
||||||
|
|
||||||
---
|
---
|
||||||
.gitignore | 1 +
|
.gitignore | 1 +
|
||||||
meson.build | 91 ++++++++++++++++++++++++++++++++++++++++
|
meson.build | 92 ++++++++++++++++++++++++++++++++++++++++
|
||||||
subprojects/wlroots.wrap | 5 +++
|
subprojects/wlroots.wrap | 5 +++
|
||||||
3 files changed, 97 insertions(+)
|
3 files changed, 98 insertions(+)
|
||||||
create mode 100644 meson.build
|
create mode 100644 meson.build
|
||||||
create mode 100644 subprojects/wlroots.wrap
|
create mode 100644 subprojects/wlroots.wrap
|
||||||
|
|
||||||
@ -22,10 +22,10 @@ index 0dde90e..9246a31 100644
|
|||||||
+subprojects/wlroots
|
+subprojects/wlroots
|
||||||
diff --git a/meson.build b/meson.build
|
diff --git a/meson.build b/meson.build
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000..fb8d4ac
|
index 0000000..ceef1e0
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -0,0 +1,91 @@
|
@@ -0,0 +1,92 @@
|
||||||
+project(
|
+project(
|
||||||
+ 'dwl',
|
+ 'dwl',
|
||||||
+ 'c',
|
+ 'c',
|
||||||
@ -57,6 +57,7 @@ index 0000000..fb8d4ac
|
|||||||
+
|
+
|
||||||
+wlroots = subproject('wlroots',
|
+wlroots = subproject('wlroots',
|
||||||
+ default_options: [
|
+ default_options: [
|
||||||
|
+ 'backends=libinput,auto',
|
||||||
+ 'default_library=static',
|
+ 'default_library=static',
|
||||||
+ 'examples=false',
|
+ 'examples=false',
|
||||||
+ ],
|
+ ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user