cogl: add libwayland-egl dependency

This commit is contained in:
Jürgen Buchmüller 2017-03-15 15:55:46 +01:00
parent 5279c57c87
commit 95aa7f0740
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'cogl'
pkgname=cogl
version=1.22.2
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-cairo=yes --enable-cogl-pango=yes
--enable-gdk-pixbuf=yes --enable-cogl-gst=yes --enable-kms-egl-platform
@ -10,7 +10,7 @@ configure_args="--enable-cairo=yes --enable-cogl-pango=yes
hostmakedepends="automake libtool gettext-devel pkg-config intltool
glib-devel gobject-introspection"
makedepends="libXcomposite-devel libXrandr-devel MesaLib-devel pango-devel
gdk-pixbuf-devel gst-plugins-base1-devel wayland-devel"
gdk-pixbuf-devel gst-plugins-base1-devel wayland-devel libwayland-egl"
short_desc="Library for using 3D graphics hardware for rendering"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.clutter-project.org"