File tree Expand file tree Collapse file tree 2 files changed +3
-40
lines changed
patches/libxcb_util_image Expand file tree Collapse file tree 2 files changed +3
-40
lines changed Original file line number Diff line number Diff line change @@ -4,29 +4,26 @@ $(package)_download_path=https://xcb.freedesktop.org/dist
44$(package)_file_name =xcb-util-image-$($(package ) _version) .tar.xz
55$(package)_sha256_hash =ccad8ee5dadb1271fd4727ad14d9bd77a64e505608766c4e98267d9aede40d3d
66$(package)_dependencies =libxcb libxcb_util
7- $(package)_patches = no-tests.patch
87
98define $(package)_set_vars
109$(package ) _config_opts=--disable-shared --disable-devel-docs --without-doxygen
1110$(package ) _config_opts+= --disable-dependency-tracking --enable-option-checking
1211endef
1312
1413define $(package)_preprocess_cmds
15- rm -rf test && \
16- cp -f $(BASEDIR ) /config.guess $(BASEDIR ) /config.sub . && \
17- patch -p1 -i $($(package ) _patch_dir) /no-tests.patch
14+ cp -f $(BASEDIR ) /config.guess $(BASEDIR ) /config.sub .
1815endef
1916
2017define $(package)_config_cmds
2118 $($(package ) _autoconf)
2219endef
2320
2421define $(package)_build_cmds
25- $(MAKE )
22+ $(MAKE ) -C image
2623endef
2724
2825define $(package)_stage_cmds
29- $(MAKE ) DESTDIR=$($(package ) _staging_dir) install
26+ $(MAKE ) DESTDIR=$($(package ) _staging_dir) -C image install
3027endef
3128
3229define $(package)_postprocess_cmds
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments