Skip to content

Commit

Permalink
build: Small libxcb.mk improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Mar 7, 2021
1 parent 5129b36 commit 173ef89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depends/packages/libxcb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 173ef89

Please sign in to comment.