gobject-introspection: needs cairo-devel.
This commit is contained in:
parent
bd2bf25b3b
commit
621e5a252e
2 changed files with 4 additions and 1 deletions
|
@ -9,6 +9,8 @@ long_desc="${long_desc}
|
||||||
for GObject Introspection. They are far from complete and only include what
|
for GObject Introspection. They are far from complete and only include what
|
||||||
is necessary for other introspection packages to work properly."
|
is necessary for other introspection packages to work properly."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gobject-introspection'
|
# Template file for 'gobject-introspection'
|
||||||
pkgname=gobject-introspection
|
pkgname=gobject-introspection
|
||||||
version=0.10.8
|
version=0.10.8
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.10/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/0.10/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-tests"
|
configure_args="--disable-tests"
|
||||||
|
@ -29,5 +29,6 @@ Add_dependency build libffi-devel
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
Add_dependency build python-devel
|
Add_dependency build python-devel
|
||||||
Add_dependency build libxml2-devel
|
Add_dependency build libxml2-devel
|
||||||
|
Add_dependency build cairo-devel
|
||||||
|
|
||||||
Add_dependency full libtool
|
Add_dependency full libtool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue