Skip to content

Commit c43785d

Browse files
committed
depends: libxcb_util_image: cleanup patch
1 parent 4eaf930 commit c43785d

File tree

2 files changed

+3
-40
lines changed

2 files changed

+3
-40
lines changed

contrib/depends/packages/libxcb_util_image.mk

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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

98
define $(package)_set_vars
109
$(package)_config_opts=--disable-shared --disable-devel-docs --without-doxygen
1110
$(package)_config_opts+= --disable-dependency-tracking --enable-option-checking
1211
endef
1312

1413
define $(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 .
1815
endef
1916

2017
define $(package)_config_cmds
2118
$($(package)_autoconf)
2219
endef
2320

2421
define $(package)_build_cmds
25-
$(MAKE)
22+
$(MAKE) -C image
2623
endef
2724

2825
define $(package)_stage_cmds
29-
$(MAKE) DESTDIR=$($(package)_staging_dir) install
26+
$(MAKE) DESTDIR=$($(package)_staging_dir) -C image install
3027
endef
3128

3229
define $(package)_postprocess_cmds

contrib/depends/patches/libxcb_util_image/no-tests.patch

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)