aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-03-07 23:17:28 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-03-07 23:17:28 +0200
commit173ef8980d921c9c0e46257747ab1165965e3ced (patch)
tree661894912788bb710dd8eed4fdd377613bd7cd9c /depends
parent5129b36573cb07d8bcbac493506c46e26d7239eb (diff)
downloadbitcoin-173ef8980d921c9c0e46257747ab1165965e3ced.tar.xz
build: Small libxcb.mk improvements
Diffstat (limited to 'depends')
-rw-r--r--depends/packages/libxcb.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/depends/packages/libxcb.mk b/depends/packages/libxcb.mk
index ba08b7e951..14abde9b0a 100644
--- a/depends/packages/libxcb.mk
+++ b/depends/packages/libxcb.mk
@@ -23,7 +23,7 @@ $(package)_config_opts += --disable-xv --disable-xvmc
endef
define $(package)_preprocess_cmds
- cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub build-aux &&\
+ cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub build-aux && \
sed "s/pthread-stubs//" -i configure
endef
@@ -40,5 +40,5 @@ define $(package)_stage_cmds
endef
define $(package)_postprocess_cmds
- rm -rf share/man share/doc lib/*.la
+ rm -rf share lib/*.la
endef