File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,17 @@ $(package)_version=2.11.0
3
3
$(package)_download_path =https://download.savannah.gnu.org/releases/$(package )
4
4
$(package)_file_name =$(package ) -$($(package ) _version) .tar.xz
5
5
$(package)_sha256_hash =8bee39bd3968c4804b70614a0a3ad597299ad0e824bc8aad5ce8aaf48067bde7
6
+ $(package)_build_subdir =build
6
7
7
8
define $(package)_set_vars
8
- $(package ) _config_opts=--without-zlib --without-png --without-harfbuzz --without-bzip2 --disable-static
9
- $(package ) _config_opts += --enable-option-checking --without-brotli
9
+ $(package ) _config_opts := -DCMAKE_BUILD_TYPE=None -DBUILD_SHARED_LIBS=TRUE
10
+ $(package ) _config_opts += -DCMAKE_DISABLE_FIND_PACKAGE_ZLIB=TRUE -DCMAKE_DISABLE_FIND_PACKAGE_PNG=TRUE
11
+ $(package ) _config_opts += -DCMAKE_DISABLE_FIND_PACKAGE_HarfBuzz=TRUE -DCMAKE_DISABLE_FIND_PACKAGE_BZip2=TRUE
12
+ $(package ) _config_opts += -DCMAKE_DISABLE_FIND_PACKAGE_BrotliDec=TRUE
10
13
endef
11
14
12
15
define $(package)_config_cmds
13
- $($(package ) _autoconf)
16
+ $($(package ) _cmake) -S .. -B .
14
17
endef
15
18
16
19
define $(package)_build_cmds
@@ -22,5 +25,5 @@ define $(package)_stage_cmds
22
25
endef
23
26
24
27
define $(package)_postprocess_cmds
25
- rm -rf share/man lib/*.la
28
+ rm -rf share/man
26
29
endef
You can’t perform that action at this time.
0 commit comments