Commit a9308812 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libepoxy to 1.5.3

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