r35393 - in /desktop/unstable/cogl/debian: changelog rules

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Thu Jun 21 07:14:37 UTC 2012


Author: sjoerd
Date: Thu Jun 21 07:14:36 2012
New Revision: 35393

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35393
Log:
debian/rules: Set the gles2-libname to libGLESv2.so.2 as shipped by Mesa
(Closes: #678018)

Modified:
    desktop/unstable/cogl/debian/changelog
    desktop/unstable/cogl/debian/rules

Modified: desktop/unstable/cogl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/changelog?rev=35393&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/changelog [utf-8] (original)
+++ desktop/unstable/cogl/debian/changelog [utf-8] Thu Jun 21 07:14:36 2012
@@ -1,3 +1,10 @@
+cogl (1.10.2-6) UNRELEASED; urgency=low
+
+  * debian/rules: Set the gles2-libname to libGLESv2.so.2 as shipped by Mesa
+    (Closes: #678018)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 21 Jun 2012 09:12:00 +0200
+
 cogl (1.10.2-5) unstable; urgency=low
 
   * Revert to 1.10.2-3, turning on GLESv2 on intel pull in 50MB due to libgbm1

Modified: desktop/unstable/cogl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/rules?rev=35393&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/rules [utf-8] (original)
+++ desktop/unstable/cogl/debian/rules [utf-8] Thu Jun 21 07:14:36 2012
@@ -15,7 +15,8 @@
 	--enable-gtk-doc \
 	--enable-gdk-pixbuf \
 	--enable-cogl-pango \
-	--enable-introspection=yes
+	--enable-introspection=yes \
+	--with-gles2-libname=libGLESv2.so.2
 
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),armel armhf))
         DEB_CONFIGURE_EXTRA_FLAGS += --enable-gl=no --enable-gles2=yes




More information about the pkg-gnome-commits mailing list