2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-03 00:20:09 -07:00

cairo: Fix package

This commit is contained in:
Dylan Araps 2019-08-18 10:54:00 +00:00
parent 5f9d7b726d
commit ce9909051b
3 changed files with 18 additions and 4 deletions

View File

@ -1,11 +1,26 @@
#!/bin/sh -e
# Disable building 'cairo-sphinx'.
sed -i'' "s/BUILD_SPHINX_TRUE=/BUILD_SPHINX_TRUE='#'/" configure
sed -i'' "s/BUILD_SPHINX_FALSE='#'/BUILD_SPHINX_FALSE=/" configure
./configure \
--prefix=/usr \
--disable-static \
--enable-tee \
--enable-gl \
--enable-egl
--enable-egl \
--enable-xlib-xcb \
--enable-xcb \
--enable-xlib-xrender \
--enable-xlib \
--disable-trace \
--disable-valgrind \
--disable-gobject \
--disable-gtk-doc-html
make
make DESTDIR="$1" install
# Remove GTK docs.
rm -rf "$1/usr/share/gtk-doc"

View File

@ -1,7 +1,6 @@
libX11
libXext
libffi
libpng
mesa
pixman
fontconfig
xorg-server

View File

@ -1 +1 @@
1.16.0 1
1.16.0 2