Commit 8f86d819 authored by Dmitry Blinov's avatar Dmitry Blinov

proview-r: remove libepoxy

parent e6d76c67
......@@ -12,10 +12,8 @@ extends =
../../component/gcc/buildout.cfg
../../component/git/buildout.cfg
../../component/fontconfig/buildout.cfg
../../component/libepoxy/buildout.cfg
../../component/meson/buildout.cfg
../../component/ninja/buildout.cfg
../glib/buildout.cfg
../xorg/buildout.cfg
......@@ -30,8 +28,10 @@ extends =
# to move to xorg with type1
../freetype/buildout.cfg
#extensions = slapos.rebootstrap
#
#python = python3
parts =
meson
pwr
......@@ -129,31 +129,6 @@ md5sum = 6f489c199cb5be8a4b84c6bd7ad6e051
filename = get-pip.py
mode = 0755
[libepoxy]
recipe = slapos.recipe.cmmi
shared = true
url = https://github.com/anholt/libepoxy/releases/download/1.5.3/libepoxy-1.5.3.tar.xz
md5sum = e2845de8d2782b2d31c01ae8d7cd4cbb
#location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-command =
#sed -i '20s/value: true/value: false/' $${:location}__compile__/libepoxy-1.5.3/meson_options.txt
echo "current working directory is `pwd`" &&\
sed -i '20s/value: true/value: false/' meson_options.txt &&\
mkdir build && cd build && \
${buildout:directory}/bin/${meson:egg} --prefix=%(prefix)s \
#$${meson:location}/bin/meson --prefix=$${:location} \
make-binary = cd build && ${ninja:location}/ninja
environment =
PATH=${ninja:location}:${pkgconfig:location}/bin:${cmake:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${mesa:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${libXext:location}/lib/pkgconfig
CFLAGS=-I${mesa:location}/include -I${libX11:location}/include -I${xproto:location}/include -I${glu:location}/include
LDFLAGS=-L${libX11:location}/lib -L${mesa:location}/lib -Wl,-rpath=${mesa:location}/lib -L${libXext:location}/lib -Wl,-rpath=${libXext:location}/lib -L${xproto:location}/lib -Wl,-rpath=${xproto:location}/lib
# PYTHONPATH=${ninja:location}/lib/python3.5/site-packages/:${meson:location}/lib/python3.5/site-packages/
[libdrm]
recipe = slapos.recipe.cmmi
url = https://dri.freedesktop.org/libdrm/libdrm-2.4.100.tar.bz2
......
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