Skip to content

Commit

Permalink
Rename lzma subproject to liblzma
Browse files Browse the repository at this point in the history
  • Loading branch information
white-axe committed Jan 3, 2025
1 parent 5cf4e87 commit adf4fbf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ if get_option('retro') == true
dependencies: [
cmake.subproject('zlib', options: zlib_options).dependency('zlibstatic'),
cmake.subproject('bzip2', options: bzip2_options).dependency('bz2_static'),
cmake.subproject('lzma', options: lzma_options).dependency('liblzma'),
cmake.subproject('liblzma', options: lzma_options).dependency('liblzma'),
cmake.subproject('zstd', options: zstd_options).dependency('libzstd_static'),
cmake.subproject('libzip', options: libzip_options).dependency('zip'),
],
Expand Down
2 changes: 1 addition & 1 deletion subprojects/lzma.wrap → subprojects/liblzma.wrap
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
url = https://github.com/ShiftMediaProject/liblzma
revision = v5.6.3
depth = 1
diff_files = lzma.patch
diff_files = liblzma.patch
File renamed without changes.
2 changes: 1 addition & 1 deletion subprojects/packagefiles/libzip.patch
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ diff --git a/lib/zip_algorithm_xz.c b/lib/zip_algorithm_xz.c

#include <limits.h>
-#include <lzma.h>
+#include "../../lzma/src/liblzma/api/lzma.h"
+#include "../../liblzma/src/liblzma/api/lzma.h"
#include <stdlib.h>
#include <zlib.h>

Expand Down

0 comments on commit adf4fbf

Please sign in to comment.