aboutsummaryrefslogtreecommitdiff
path: root/neuwm/meson.patch
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-29 15:31:54 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-29 15:31:54 +0000
commit48889c0d446a0bf880912afcc1a85e6a90fa9bf3 (patch)
tree22628eb8e4e8e817e3c65e53397d762d75fbdecd /neuwm/meson.patch
parentce530dcd1c813865a6383fe12cc7303bf69c4554 (diff)
downloadalicelinux-48889c0d446a0bf880912afcc1a85e6a90fa9bf3.tar.gz
alicelinux-48889c0d446a0bf880912afcc1a85e6a90fa9bf3.zip
Woodpecker CI d09592d572a6c9d7e0631a04dba94d25970c61e3 [SKIP CI]
Diffstat (limited to 'neuwm/meson.patch')
-rw-r--r--neuwm/meson.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/neuwm/meson.patch b/neuwm/meson.patch
new file mode 100644
index 00000000..5035ea45
--- /dev/null
+++ b/neuwm/meson.patch
@@ -0,0 +1,28 @@
+--- neuwm-95f6417e02aabbd1a0b0c7d1c6a1388930c29e30/meson.build
++++ na/meson.build
+@@ -24,10 +24,6 @@
+ dependency('libdrm'),
+ dependency('wld'),
+ libudev_dep,
+- dependency('xcb'),
+- dependency('xcb-composite'),
+- dependency('xcb-ewmh', required: false),
+- dependency('xcb-icccm', required: false),
+ ]
+
+ cc = meson.get_compiler('c')
+@@ -44,12 +40,12 @@
+ c_args : ['-D_POSIX_C_SOURCE=200809L', '-Wall', '-Wextra'],
+ dependencies : pkg_deps + [libm, luajit_dep, neuipc_dep],
+ install : true,
+- install_dir : '/usr/local/bin',
++ install_dir : '/usr/bin',
+ )
+
+ executable('neuwmctl',
+ sources : ['source/neuwmctl.c'],
+ c_args : ['-D_POSIX_C_SOURCE=200809L'],
+ install : true,
+- install_dir : '/usr/local/bin',
++ install_dir : '/usr/bin',
+ )