wok-next diff cogl/receipt @ rev 21031

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 15:42:26 2018 +0200 (2018-11-03)
parents f48456621a9d
children 5669e8b3be70
line diff
     1.1 --- a/cogl/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/cogl/receipt	Sat Nov 03 15:42:26 2018 +0200
     1.3 @@ -13,9 +13,9 @@
     1.4  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="glib-dev mesa-dev xorg-libXcomposite-dev xorg-libXrandr-dev \
     1.7 -gdk-pixbuf-dev gettext cairo-dev pango-dev gobject-introspection-dev \
     1.8 +gdk-pixbuf-dev gettext-dev cairo-dev pango-dev gobject-introspection-dev \
     1.9  xorg-libxshmfence-dev expat-dev"
    1.10 -SPLIT="cogl cogl-dev"
    1.11 +SPLIT="$PACKAGE-dev"
    1.12  
    1.13  compile_rules() {
    1.14  	sed -i 's/^#if COGL/#ifdef COGL/' cogl/winsys/cogl-winsys-egl.c