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

mesa: Changes to 'ubuntu'



 debian/changelog |   16 +++++++++++++++-
 debian/rules     |    4 ++--
 2 files changed, 17 insertions(+), 3 deletions(-)

New commits:
commit ebc9c57730305d2f45c16d61251bb25f2888b3bb
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Tue Jun 13 10:50:48 2017 +0300

    release to experimental

diff --git a/debian/changelog b/debian/changelog
index a991d81..96619c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-mesa (17.1.2-2) UNRELEASED; urgency=medium
+mesa (17.1.2-2) experimental; urgency=medium
 
   * rules: --with-egl-platforms is deprecated, use --with-platforms
     instead.
   * rules: Enable surfaceless EGL platform.
 
- -- Timo Aaltonen <tjaalton@debian.org>  Wed, 07 Jun 2017 13:38:38 +0300
+ -- Timo Aaltonen <tjaalton@debian.org>  Tue, 13 Jun 2017 10:50:33 +0300
 
 mesa (17.1.2-1) experimental; urgency=medium
 

commit 0b1c89549f58e39b36d3d511724937f8a16bf95c
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Mon Jun 12 10:22:01 2017 +0300

    rules: Enable surfaceless EGL platform.

diff --git a/debian/changelog b/debian/changelog
index f68feb0..a991d81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mesa (17.1.2-2) UNRELEASED; urgency=medium
 
   * rules: --with-egl-platforms is deprecated, use --with-platforms
     instead.
+  * rules: Enable surfaceless EGL platform.
 
  -- Timo Aaltonen <tjaalton@debian.org>  Wed, 07 Jun 2017 13:38:38 +0300
 
diff --git a/debian/rules b/debian/rules
index ca43bfd..be5394a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ include debian/not-installed
 DRI_DRIVERS =
 GALLIUM_DRIVERS =
 VULKAN_DRIVERS =
-EGL_PLATFORMS = x11
+EGL_PLATFORMS = x11,surfaceless
 
 confflags_DRI3 = --disable-dri3
 

commit a57fdb351dd69e5d87bbdcb35976d17a517fe52f
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Wed Jun 7 13:38:53 2017 +0300

    rules: --with-egl-platforms is deprecated, use --with-platforms instead.

diff --git a/debian/changelog b/debian/changelog
index 5297f1f..f68feb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mesa (17.1.2-2) UNRELEASED; urgency=medium
+
+  * rules: --with-egl-platforms is deprecated, use --with-platforms
+    instead.
+
+ -- Timo Aaltonen <tjaalton@debian.org>  Wed, 07 Jun 2017 13:38:38 +0300
+
 mesa (17.1.2-1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index a0501e7..ca43bfd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -114,7 +114,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), x32))
 	confflags += --disable-asm
 endif
 
-confflags_EGL = --with-egl-platforms="$(EGL_PLATFORMS)"
+confflags_EGL = --with-platforms="$(EGL_PLATFORMS)"
 confflags_GLES = --disable-gles1 --enable-gles2
 confflags_GALLIUM += --with-gallium-drivers="$(GALLIUM_DRIVERS)"
 


Reply to: