Skip to content

Commit 173ef89

Browse files
committed
build: Small libxcb.mk improvements
1 parent 5129b36 commit 173ef89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

depends/packages/libxcb.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $(package)_config_opts += --disable-xv --disable-xvmc
2323
endef
2424

2525
define $(package)_preprocess_cmds
26-
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub build-aux &&\
26+
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub build-aux && \
2727
sed "s/pthread-stubs//" -i configure
2828
endef
2929

@@ -40,5 +40,5 @@ define $(package)_stage_cmds
4040
endef
4141

4242
define $(package)_postprocess_cmds
43-
rm -rf share/man share/doc lib/*.la
43+
rm -rf share lib/*.la
4444
endef

0 commit comments

Comments
 (0)