summaryrefslogtreecommitdiffstats
path: root/gui-wm
diff options
context:
space:
mode:
authorOrfeas <38209077+0xfea5@users.noreply.github.com>2025-09-18 17:05:35 +0300
committerOrfeas <38209077+0xfea5@users.noreply.github.com>2025-09-18 17:06:11 +0300
commitbf7c054678554a0b6dc5b1036b699e3a7dc35a9b (patch)
treeca5999cee7ba67420a446aacbd1fdcd132cb3a37 /gui-wm
parentgui-wm/labwc: add 9999 (diff)
downloadorf-overlay-bf7c054678554a0b6dc5b1036b699e3a7dc35a9b.tar.gz
orf-overlay-bf7c054678554a0b6dc5b1036b699e3a7dc35a9b.zip
gui-wm/labwc: correct PATCHES to work with 9999
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/labwc/files/labwc-0001-meson_doc_path.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/gui-wm/labwc/files/labwc-0001-meson_doc_path.patch b/gui-wm/labwc/files/labwc-0001-meson_doc_path.patch
new file mode 100644
index 0000000..14db6d2
--- /dev/null
+++ b/gui-wm/labwc/files/labwc-0001-meson_doc_path.patch
@@ -0,0 +1,9 @@
1--- a/docs/meson.build 2024-07-19 23:06:14.000000000 +0200
2+++ b/docs/meson.build 2024-07-20 16:52:29.360804236 +0200
3@@ -35,5 +35,5 @@
4 'rc.xml',
5 'rc.xml.all'
6 ],
7- install_dir: get_option('datadir') / 'doc' / meson.project_name()
8+ install_dir: get_option('datadir') / 'doc' / meson.project_name() + '-' + meson.project_version()
9 )