[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'ubuntu'



 debian/changelog                        |   12 ++++++++++++
 debian/libegl1-mesa.symbols             |   21 +++++++++++++++++++++
 debian/libgbm1.symbols                  |   22 ++++++++++++++++++++--
 debian/libgl1-mesa-dri.install.in       |    2 +-
 debian/libgl1-mesa-dri.install.linux.in |    2 +-
 debian/libgles2-mesa.symbols            |    1 +
 debian/libglu1-mesa-dev.install.in      |   10 +++++-----
 debian/libglu1-mesa.install.in          |    2 +-
 debian/libosmesa6-dev.install.in        |    6 +++---
 debian/libosmesa6.install.in            |    2 +-
 debian/not-installed                    |    6 +++++-
 debian/patches/14-fix-osmesa-build.diff |   13 +++++++++++++
 debian/patches/series                   |    1 +
 debian/rules                            |    7 ++++---
 14 files changed, 89 insertions(+), 18 deletions(-)

New commits:
commit 764451ee6e63814944832049f6c26b4b0840e430
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Tue Aug 21 01:53:13 2012 +0300

    Added 14-fix-osmesa-build.diff, fixes glapi includes with out-of-tree builds.

diff --git a/debian/changelog b/debian/changelog
index 20191c3..c4ffff6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ mesa (8.1~git20120816.1597176f-1) UNRELEASED; urgency=low
   * rules: --with-driver= is deprecated, use --enable-foo.
   * rules: Purge .la files before dh_install.
   * Update symbols.
+  * Added 14-fix-osmesa-build.diff, fixes glapi includes with out-of-tree
+    builds.
 
  -- Julien Cristau <jcristau@debian.org>  Fri, 03 Aug 2012 23:17:16 +0200
 
diff --git a/debian/patches/14-fix-osmesa-build.diff b/debian/patches/14-fix-osmesa-build.diff
new file mode 100644
index 0000000..8699c49
--- /dev/null
+++ b/debian/patches/14-fix-osmesa-build.diff
@@ -0,0 +1,13 @@
+diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am
+index dbee925..0afc1c7 100644
+--- a/src/mesa/drivers/osmesa/Makefile.am
++++ b/src/mesa/drivers/osmesa/Makefile.am
+@@ -28,6 +28,7 @@ AM_CFLAGS = \
+        -I$(top_srcdir)/include \
+        -I$(top_srcdir)/src/mapi \
+        -I$(top_srcdir)/src/mesa/ \
++       -I$(top_builddir)/src/mapi \
+        $(DEFINES) \
+        $(API_DEFINES)
+ 
+
diff --git a/debian/patches/series b/debian/patches/series
index 5bdf237..1dd2780 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@
 10-hurd-configure-tweaks.diff
 #11-hurd-ftbfs-again.diff
 13-llvm-config-pick-a-version.diff
+14-fix-osmesa-build.diff

commit 276fcdb6bfda4c5d99f689ad9b15c7a551af192d
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Tue Aug 21 01:48:34 2012 +0300

    bring back some files back to not-installed

diff --git a/debian/not-installed b/debian/not-installed
index 90faf1e..ddd3145 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -1,7 +1,11 @@
 # Keep track of files we don't install:
 
 # Common list:
-NOT_INSTALLED :=
+NOT_INSTALLED := \
+       dri/usr/include/GL/vms_x_fix.h \
+       dri/usr/include/GL/wglext.h \
+       dri/usr/include/GL/wmesa.h \
+       dri/etc/drirc
 
 # Same for linux, kfreebsd, and hurd on i386:
 NOT_INSTALLED_kfreebsd-i386 = $(NOT_INSTALLED_i386)

commit 781cae3adcbdb9f016ebea5660f3d1573777008c
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Tue Aug 21 01:45:16 2012 +0300

    libglu*install.in: Fix the source file paths to match the build target. Drop the static lib from -dev since only shared libs get built.

diff --git a/debian/changelog b/debian/changelog
index f38e6d0..a6520b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ mesa (8.1~git20120816.1597176f-0ubuntu1) UNRELEASED; urgency=low
     the right files.
   * rules: Don't disable GLU on the common flags, we need to build it
     on the dri target.
+  * libglu*install.in: Fix the source file paths to match the build target.
+    Drop the static lib from -dev since only shared libs get built.
 
  -- Timo Aaltonen <tjaalton@ubuntu.com>  Fri, 17 Aug 2012 11:08:47 +0300
 
diff --git a/debian/libglu1-mesa-dev.install.in b/debian/libglu1-mesa-dev.install.in
index e577f6a..9c15fbd 100644
--- a/debian/libglu1-mesa-dev.install.in
+++ b/debian/libglu1-mesa-dev.install.in
@@ -1,5 +1,5 @@
-usr/include/GL/glu.h
-usr/include/GL/glu_mangle.h
-usr/lib/${DEB_HOST_MULTIARCH}/libGLU.a
-usr/lib/${DEB_HOST_MULTIARCH}/libGLU.so
-usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/glu.pc
+dri/usr/include/GL/glu.h
+dri/usr/include/GL/glu_mangle.h
+#dri/usr/lib/${DEB_HOST_MULTIARCH}/libGLU.a
+dri/usr/lib/${DEB_HOST_MULTIARCH}/libGLU.so
+dri/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/glu.pc
diff --git a/debian/libglu1-mesa.install.in b/debian/libglu1-mesa.install.in
index 21c51c0..a52dd59 100644
--- a/debian/libglu1-mesa.install.in
+++ b/debian/libglu1-mesa.install.in
@@ -1 +1 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libGLU.so.*
+dri/usr/lib/${DEB_HOST_MULTIARCH}/libGLU.so.*

commit 99aeb7bbd5a4fbbf396f549ce876acb31c31abec
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Tue Aug 21 01:43:27 2012 +0300

    rules: Don't disable GLU on the common flags, we need to build it on the dri target.

diff --git a/debian/changelog b/debian/changelog
index 3bcc72a..f38e6d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ mesa (8.1~git20120816.1597176f-0ubuntu1) UNRELEASED; urgency=low
     libdricore.so now.
   * libgl1-mesa-dri.*install.in: libdricore is versioned now, install
     the right files.
+  * rules: Don't disable GLU on the common flags, we need to build it
+    on the dri target.
 
  -- Timo Aaltonen <tjaalton@ubuntu.com>  Fri, 17 Aug 2012 11:08:47 +0300
 
diff --git a/debian/rules b/debian/rules
index 078e86c..64c673c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,6 @@ QUILT_STAMPFN = $(STAMP_DIR)/patch
 include /usr/share/quilt/quilt.make
 
 confflags-common = \
-	--disable-glu \
 	CFLAGS="$(CFLAGS)" \
 	CXXFLAGS="$(CXXFLAGS)"
 

commit 9ecb05a24ae8ecbd44a06c90ac9235ee8c56acf9
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Tue Aug 21 01:33:21 2012 +0300

    Update symbols.

diff --git a/debian/changelog b/debian/changelog
index 6f6b9e5..20191c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ mesa (8.1~git20120816.1597176f-1) UNRELEASED; urgency=low
   * libosmesa*.install.in: Install files from the correct path.
   * rules: --with-driver= is deprecated, use --enable-foo.
   * rules: Purge .la files before dh_install.
+  * Update symbols.
 
  -- Julien Cristau <jcristau@debian.org>  Fri, 03 Aug 2012 23:17:16 +0200
 
diff --git a/debian/libegl1-mesa.symbols b/debian/libegl1-mesa.symbols
index cc73326..233124a 100644
--- a/debian/libegl1-mesa.symbols
+++ b/debian/libegl1-mesa.symbols
@@ -3,6 +3,19 @@ libEGL.so.1 libegl1-mesa #MINVER# | libegl1-x11
 # drivers.  Handle the dependency explicitly in the driver
 # package.
  (regex)"^_egl.*@Base$" 7.8.1
+ dri2_add_config@Base 8.1~0
+ dri2_create_image_khr@Base 8.1~0
+ dri2_create_screen@Base 8.1~0
+ dri2_get_device_name_for_fd@Base 8.1~0
+ dri2_get_driver_for_fd@Base 8.1~0
+ dri2_initialize_drm@Base 8.1~0
+ dri2_initialize_wayland@Base 8.1~0
+ dri2_initialize_x11@Base 8.1~0
+ dri2_load_driver@Base 8.1~0
+ dri2_load_driver_swrast@Base 8.1~0
+ dri2_lookup_egl_image@Base 8.1~0
+ dri2_setup_screen@Base 8.1~0
+ dri2_to_egl_attribute_map@Base 8.1~0
  eglBindAPI@Base 7.8.1
  eglBindTexImage@Base 7.8.1
  eglBindWaylandDisplayWL@Base 7.11~0
@@ -49,6 +62,7 @@ libEGL.so.1 libegl1-mesa #MINVER# | libegl1-x11
  eglQueryScreenSurfaceMESA@Base 7.8.1
  eglQueryString@Base 7.8.1
  eglQuerySurface@Base 7.8.1
+ eglQueryWaylandBufferWL@Base 8.1~0
  eglReleaseTexImage@Base 7.8.1
  eglReleaseThread@Base 7.8.1
  eglScreenPositionMESA@Base 7.8.1
@@ -63,4 +77,11 @@ libEGL.so.1 libegl1-mesa #MINVER# | libegl1-x11
  eglWaitClient@Base 7.8.1
  eglWaitGL@Base 7.8.1
  eglWaitNative@Base 7.8.1
+ image_lookup_extension@Base 8.1~0
+ use_invalidate@Base 8.1~0
+ wayland_buffer_is_drm@Base 8.1~0
+ wayland_drm_buffer_get_buffer@Base 8.1~0
+ wayland_drm_buffer_get_format@Base 8.1~0
+ wayland_drm_init@Base 8.1~0
+ wayland_drm_uninit@Base 8.1~0
  (arch=linux-any)wl_drm_interface@Base 8.0-2~
diff --git a/debian/libgbm1.symbols b/debian/libgbm1.symbols
index ea06a9e..c98d4ce 100644
--- a/debian/libgbm1.symbols
+++ b/debian/libgbm1.symbols
@@ -1,16 +1,34 @@
 libgbm.so.1 libgbm1 #MINVER#
+ _gbm_create_device@Base 8.1~0
  _gbm_fd_get_device_name@Base 7.11~1
  _gbm_log@Base 7.11~1
  _gbm_mesa_get_device@Base 7.11~1
  _gbm_udev_device_new_from_fd@Base 7.11~1
+ devices@Base 8.1~0
+ dri2_loader_extension@Base 8.1~0
+ dri_fd_get_driver_name@Base 8.1~0
  gbm_bo_create@Base 7.11~1
- gbm_bo_create_from_egl_image@Base 7.11~1
+#MISSING: 8.1~0 gbm_bo_create_from_egl_image@Base 7.11~1
  gbm_bo_destroy@Base 7.11~1
+ gbm_bo_get_device@Base 8.1~0
+ gbm_bo_get_format@Base 8.1~0
  gbm_bo_get_handle@Base 7.11~1
  gbm_bo_get_height@Base 7.11~1
- gbm_bo_get_pitch@Base 7.11~1
+#MISSING: 8.1~0 gbm_bo_get_pitch@Base 7.11~1
+ gbm_bo_get_stride@Base 8.1~0
+ gbm_bo_get_user_data@Base 8.1~0
  gbm_bo_get_width@Base 7.11~1
+ gbm_bo_import@Base 8.1~0
+ gbm_bo_set_user_data@Base 8.1~0
+ gbm_bo_write@Base 8.1~0
  gbm_create_device@Base 7.11~1
  gbm_device_destroy@Base 7.11~1
  gbm_device_get_backend_name@Base 7.11~1
  gbm_device_get_fd@Base 7.11~1
+ gbm_device_is_format_supported@Base 8.1~0
+ gbm_dri_backend@Base 8.1~0
+ gbm_surface_create@Base 8.1~0
+ gbm_surface_destroy@Base 8.1~0
+ gbm_surface_has_free_buffers@Base 8.1~0
+ gbm_surface_lock_front_buffer@Base 8.1~0
+ gbm_surface_release_buffer@Base 8.1~0
diff --git a/debian/libgles2-mesa.symbols b/debian/libgles2-mesa.symbols
index 034eb3b..b561787 100644
--- a/debian/libgles2-mesa.symbols
+++ b/debian/libgles2-mesa.symbols
@@ -104,6 +104,7 @@ libGLESv2.so.2 libgles2-mesa #MINVER# | libgles2
  glPixelStorei@Base 7.8.1
  glPolygonOffset@Base 7.8.1
  glProgramBinaryOES@Base 7.8.1
+ glReadBufferNV@Base 8.1~0
  glReadPixels@Base 7.8.1
  glReleaseShaderCompiler@Base 7.8.1
  glRenderbufferStorage@Base 7.8.1

commit ba8a0635de75b7e05333a17c24b79cf903e4eaf5
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Tue Aug 21 01:25:14 2012 +0300

    rules: Purge .la files before dh_install.

diff --git a/debian/changelog b/debian/changelog
index cfbd5d2..6f6b9e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ mesa (8.1~git20120816.1597176f-1) UNRELEASED; urgency=low
   * rules: Add --disable-shared-glapi to the swx11 targets.
   * libosmesa*.install.in: Install files from the correct path.
   * rules: --with-driver= is deprecated, use --enable-foo.
+  * rules: Purge .la files before dh_install.
 
  -- Julien Cristau <jcristau@debian.org>  Fri, 03 Aug 2012 23:17:16 +0200
 
diff --git a/debian/rules b/debian/rules
index 0d1648b..4e234fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -252,6 +252,8 @@ binary-arch: install
 	set -e; for file in $(NOT_INSTALLED_EITHER); do rm -f debian/tmp/$$file; done
 	# No need for this .so, libglapi is just a convenience library:
 	rm debian/tmp/dri/usr/lib/${DEB_HOST_MULTIARCH}/libglapi.so
+	# purge .la files
+	find debian/tmp/ -name '*.la' -exec rm '{}' ';'
 
 	dh_install -s --fail-missing
 

commit 5b2ac3772e6f4bfc35d09b2b35070926adcc4fb0
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Tue Aug 21 01:22:16 2012 +0300

    fix libdricore source path

diff --git a/debian/libgl1-mesa-dri.install.linux.in b/debian/libgl1-mesa-dri.install.linux.in
index 6eebb3d..16f9d8b 100644
--- a/debian/libgl1-mesa-dri.install.linux.in
+++ b/debian/libgl1-mesa-dri.install.linux.in
@@ -1,6 +1,6 @@
 # Keep this part in sync with libgl1-mesa-dri.install:
 build/dri/${DEB_HOST_MULTIARCH}/*_dri.so  usr/lib/${DEB_HOST_MULTIARCH}/dri
-build/dri/${DEB_HOST_MULTIARCH}/libdricore*.so* usr/lib/${DEB_HOST_MULTIARCH}/dri
+dri/usr/lib/${DEB_HOST_MULTIARCH}/libdricore*.so* usr/lib/${DEB_HOST_MULTIARCH}/dri
 
 # This part is Linux-specific:
 build/dri/${DEB_HOST_MULTIARCH}/libgallium.so usr/lib/${DEB_HOST_MULTIARCH}/dri

commit d58716558427b1e8e5d159b3224e309c0b49cec2
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Mon Aug 20 21:47:46 2012 +0300

    rules: --with-driver= is deprecated, use --enable-foo.

diff --git a/debian/changelog b/debian/changelog
index c87ea6f..cfbd5d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ mesa (8.1~git20120816.1597176f-1) UNRELEASED; urgency=low
   * rules: Update the clean target.
   * rules: Add --disable-shared-glapi to the swx11 targets.
   * libosmesa*.install.in: Install files from the correct path.
+  * rules: --with-driver= is deprecated, use --enable-foo.
 
  -- Julien Cristau <jcristau@debian.org>  Fri, 03 Aug 2012 23:17:16 +0200
 
diff --git a/debian/rules b/debian/rules
index 3f57365..0d1648b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -106,7 +106,7 @@ else
 endif
 
 confflags-dri = \
-	--with-driver=dri \
+	--enable-dri \
 	--with-dri-drivers="$(DRI_DRIVERS)" \
 	--with-dri-driverdir=/usr/lib/$(DEB_HOST_MULTIARCH)/dri \
 	--with-dri-searchpath='/usr/lib/$(DEB_HOST_MULTIARCH)/dri:\$$$${ORIGIN}/dri:/usr/lib/dri' \
@@ -125,7 +125,7 @@ confflags-dri = \
 confflags-swx11+glu = \
 	--disable-egl \
 	--with-gallium-drivers= \
-	--with-driver=xlib \
+	--enable-xlib-glx \
 	--disable-egl \
 	--disable-shared-glapi \
 	CFLAGS="$(CFLAGS)" \
@@ -134,7 +134,7 @@ confflags-swx11+glu = \
 confflags-swx11+glu-static = \
 	--disable-egl \
 	--with-gallium-drivers= \
-	--with-driver=xlib \
+	--enable-xlib-glx \
 	--enable-static \
 	--disable-egl \
 	--disable-shared-glapi \
@@ -144,7 +144,7 @@ confflags-swx11+glu-static = \
 confflags-swx11+glu-i386-i686 = \
 	--disable-egl \
 	--with-gallium-drivers= \
-	--with-driver=xlib \
+	--enable-xlib-glx \
 	--disable-egl \
 	--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/i686/cmov \
 	CFLAGS="$(CFLAGS) -march=i686" \

commit 28f5397741f870ebd9bb271f7098885a2af177a7
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Mon Aug 20 21:30:26 2012 +0300

    libosmesa*.install.in: Install files from the correct path.

diff --git a/debian/changelog b/debian/changelog
index a8963ca..c87ea6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ mesa (8.1~git20120816.1597176f-1) UNRELEASED; urgency=low
   * control: Bump libwayland-dev build-dep to 0.95.
   * rules: Update the clean target.
   * rules: Add --disable-shared-glapi to the swx11 targets.
+  * libosmesa*.install.in: Install files from the correct path.
 
  -- Julien Cristau <jcristau@debian.org>  Fri, 03 Aug 2012 23:17:16 +0200
 
diff --git a/debian/libosmesa6-dev.install.in b/debian/libosmesa6-dev.install.in
index bd7a488..cef6cac 100644
--- a/debian/libosmesa6-dev.install.in
+++ b/debian/libosmesa6-dev.install.in
@@ -1,3 +1,3 @@
-usr/include/GL/osmesa.h
-usr/lib/${DEB_HOST_MULTIARCH}/libOSMesa.so
-usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/osmesa.pc
+dri/usr/include/GL/osmesa.h
+dri/usr/lib/${DEB_HOST_MULTIARCH}/libOSMesa.so
+dri/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/osmesa.pc
diff --git a/debian/libosmesa6.install.in b/debian/libosmesa6.install.in
index 1ada4d5..6289c66 100644
--- a/debian/libosmesa6.install.in
+++ b/debian/libosmesa6.install.in
@@ -1 +1 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libOSMesa.so.*
+dri/usr/lib/${DEB_HOST_MULTIARCH}/libOSMesa.so.*

commit e361db2a02beba57811f4ca0a956d1a91695cdf4
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Mon Aug 20 21:26:34 2012 +0300

    libgl1-mesa-dri.*install.in: libdricore is versioned now, install the right files.

diff --git a/debian/changelog b/debian/changelog
index ce46c99..6a59e91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ mesa (8.1~git20120816.1597176f-0ubuntu1) UNRELEASED; urgency=low
     match the single-pass build.
   * libgl1-mesa-dri.*install.in: Drop libglsl.so, it's included in
     libdricore.so now.
+  * libgl1-mesa-dri.*install.in: libdricore is versioned now, install
+    the right files.
 
  -- Timo Aaltonen <tjaalton@ubuntu.com>  Fri, 17 Aug 2012 11:08:47 +0300
 
diff --git a/debian/libgl1-mesa-dri.install.in b/debian/libgl1-mesa-dri.install.in
index b80d5eb..b846905 100644
--- a/debian/libgl1-mesa-dri.install.in
+++ b/debian/libgl1-mesa-dri.install.in
@@ -1,3 +1,3 @@
 # If this part gets modified, make sure to update .install.$os as well:
 build/dri/${DEB_HOST_MULTIARCH}/*_dri.so  usr/lib/${DEB_HOST_MULTIARCH}/dri
-build/dri/${DEB_HOST_MULTIARCH}/libdricore.so usr/lib/${DEB_HOST_MULTIARCH}/dri
+build/dri/${DEB_HOST_MULTIARCH}/libdricore*.so* usr/lib/${DEB_HOST_MULTIARCH}/dri
diff --git a/debian/libgl1-mesa-dri.install.linux.in b/debian/libgl1-mesa-dri.install.linux.in
index 6fe22bd..6eebb3d 100644
--- a/debian/libgl1-mesa-dri.install.linux.in
+++ b/debian/libgl1-mesa-dri.install.linux.in
@@ -1,6 +1,6 @@
 # Keep this part in sync with libgl1-mesa-dri.install:
 build/dri/${DEB_HOST_MULTIARCH}/*_dri.so  usr/lib/${DEB_HOST_MULTIARCH}/dri
-build/dri/${DEB_HOST_MULTIARCH}/libdricore.so usr/lib/${DEB_HOST_MULTIARCH}/dri
+build/dri/${DEB_HOST_MULTIARCH}/libdricore*.so* usr/lib/${DEB_HOST_MULTIARCH}/dri
 
 # This part is Linux-specific:
 build/dri/${DEB_HOST_MULTIARCH}/libgallium.so usr/lib/${DEB_HOST_MULTIARCH}/dri

commit 2e16e60735bb292312d6aae4b806e7e8450c04d8
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Mon Aug 20 11:46:44 2012 +0300

    use the current osmesa config option

diff --git a/debian/rules b/debian/rules
index b68dba6..3f57365 100755
--- a/debian/rules
+++ b/debian/rules
@@ -110,7 +110,7 @@ confflags-dri = \
 	--with-dri-drivers="$(DRI_DRIVERS)" \
 	--with-dri-driverdir=/usr/lib/$(DEB_HOST_MULTIARCH)/dri \
 	--with-dri-searchpath='/usr/lib/$(DEB_HOST_MULTIARCH)/dri:\$$$${ORIGIN}/dri:/usr/lib/dri' \
-	--enable-gl-osmesa \
+	--enable-osmesa \
 	--enable-glx-tls \
 	--enable-shared-glapi \
 	--enable-texture-float \


Reply to: