~darkxst/ubuntu/raring/cogl/lp1163025

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2012-06-21 09:29:45 UTC
  • mfrom: (2.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120621092945-bzabmwl4mxksf7ou
Tags: 1.10.2-6
* debian/rules: Set the gles2-libname to libGLESv2.so.2 as shipped by Mesa
  (Closes: #678018)
* debian/patches/04_fix_crash_on_free.patch:
  + Added. Fix crash when freeing an unconnected renderer.
    (Closes: #673433 #676282)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        --enable-gdk-pixbuf \
17
17
        --enable-cogl-pango \
18
18
        --enable-introspection=yes \
19
 
        --enable-gl=yes \
20
 
        --enable-gles2=yes \
21
 
        --enable-xlib-egl-platform=yes \
22
19
        --with-gles2-libname=libGLESv2.so.2
23
20
 
24
21
ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),armel armhf))
25
 
        DEB_CONFIGURE_EXTRA_FLAGS += --with-default-driver=gles2
26
 
else
27
 
        DEB_CONFIGURE_EXTRA_FLAGS += --with-default-driver=gl
 
22
        DEB_CONFIGURE_EXTRA_FLAGS += --enable-gl=no --enable-gles2=yes
28
23
endif
29
24
 
30
25
common-binary-predeb-arch:: list-missing