mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package: add cairo-master for testing of wayland
This commit is contained in:
parent
45f463f6fb
commit
90586f6c26
42
packages/graphics/cairo-master/build
Executable file
42
packages/graphics/cairo-master/build
Executable file
@ -0,0 +1,42 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build zlib
|
||||
$SCRIPTS/build freetype
|
||||
$SCRIPTS/build fontconfig
|
||||
$SCRIPTS/build libpng
|
||||
$SCRIPTS/build libdrm
|
||||
$SCRIPTS/build $MESA
|
||||
#$SCRIPTS/build eagle
|
||||
$SCRIPTS/build pixman
|
||||
$SCRIPTS/build libXrender
|
||||
$SCRIPTS/build libX11
|
||||
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--enable-png=yes \
|
||||
--enable-svg=no \
|
||||
--enable-xcb=no \
|
||||
--enable-interpreter=no \
|
||||
--enable-script=no \
|
||||
--enable-trace=no \
|
||||
--enable-drm=yes \
|
||||
--enable-eagle=no \
|
||||
--disable-shave \
|
||||
# --enable-gallium=yes \
|
||||
# --enable-gl=yes \
|
||||
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
17
packages/graphics/cairo-master/install
Executable file
17
packages/graphics/cairo-master/install
Executable file
@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install zlib
|
||||
$SCRIPTS/install freetype
|
||||
$SCRIPTS/install fontconfig
|
||||
$SCRIPTS/install libpng
|
||||
$SCRIPTS/install libdrm
|
||||
$SCRIPTS/install $MESA
|
||||
$SCRIPTS/install eagle
|
||||
$SCRIPTS/install pixman
|
||||
$SCRIPTS/install libXrender
|
||||
$SCRIPTS/install libX11
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/.libs/libcairo.so* $INSTALL/usr/lib
|
1
packages/graphics/cairo-master/url
Normal file
1
packages/graphics/cairo-master/url
Normal file
@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/cairo-master-20090914.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user