Commit a5421a19 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libxcb to 1.14

parent 0ec331fa
all: all:
tar xf libxcb-1.13.1.tar.bz2 tar xf libxcb-1.14.tar.xz
cd libxcb-1.13.1 && sed -i "s/pthread-stubs//" configure cd libxcb-1.14 && sed -i "s/pthread-stubs//" configure
cd libxcb-1.13.1 && ./configure $(XORG_CONFIG) --without-doxygen --docdir='$${datadir}'/doc/libxcb-1.13.1 cd libxcb-1.14 && ./configure $(XORG_CONFIG) --without-doxygen --docdir='$${datadir}'/doc/libxcb-1.14
$(MAKE) -C libxcb-1.13.1 $(MAKE) -C libxcb-1.14
$(MAKE) -C libxcb-1.13.1 check $(MAKE) -C libxcb-1.14 check
$(MAKE) -C libxcb-1.13.1 install $(MAKE) -C libxcb-1.14 install
rm -rf libxcb-1.13.1 rm -rf libxcb-1.14
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment