Commit a9308812 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libepoxy to 1.5.3

parent 66194e9f
all: all:
tar xf libepoxy-1.5.0.tar.xz tar xf libepoxy-1.5.3.tar.xz
cd libepoxy-1.5.0 && ./configure --prefix=/usr mkdir -p libepoxy-1.5.3/build
$(MAKE) -C libepoxy-1.5.0 cd libepoxy-1.5.3/build && meson --prefix=/usr ..
$(MAKE) -C libepoxy-1.5.0 check cd libepoxy-1.5.3/build && ninja
$(MAKE) -C libepoxy-1.5.0 install cd libepoxy-1.5.3/build && ninja test
rm -rf libepoxy-1.5.0 cd libepoxy-1.5.3/build && ninja install
rm -rf libepoxy-1.5.3
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