summaryrefslogtreecommitdiff
path: root/subprojects/packagefiles/lz4/move_meson_build.diff
blob: 9c5841f864febca225fa771c656885bf1c9354be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/build/meson/meson.build b/meson.build
similarity index 89%
rename from build/meson/meson.build
rename to meson.build
index fc6408a..3d0785a 100644
--- a/build/meson/meson.build
+++ b/meson.build
@@ -21,11 +21,11 @@ project(
     'warning_level=3'
   ],
   version: run_command(
-    find_program('GetLz4LibraryVersion.py'),
-    '../../lib/lz4.h',
+    find_program('build/meson/GetLz4LibraryVersion.py'),
+    'lib/lz4.h',
     check: true
   ).stdout().strip(),
   meson_version: '>=0.58.0'
 )
 
-subdir('meson')
+subdir('build/meson/meson')
diff --git a/build/meson/meson_options.txt b/meson_options.txt
similarity index 100%
rename from build/meson/meson_options.txt
rename to meson_options.txt