From 0bf9b26b87075448d49482fe4411739af765d872 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 3 Oct 2024 19:08:44 -0400 Subject: Update codebase Bring up-to-date with my other projects. Wallpaper engine behavior is mostly unchanged. Signed-off-by: Andrew Opalach --- subprojects/packagefiles/lz4/move_meson_build.diff | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 subprojects/packagefiles/lz4/move_meson_build.diff (limited to 'subprojects/packagefiles/lz4') diff --git a/subprojects/packagefiles/lz4/move_meson_build.diff b/subprojects/packagefiles/lz4/move_meson_build.diff new file mode 100644 index 0000000..9c5841f --- /dev/null +++ b/subprojects/packagefiles/lz4/move_meson_build.diff @@ -0,0 +1,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 -- cgit v1.2.3-101-g0448