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

mesa: Changes to 'debian-experimental'



 debian/changelog |    5 +++++
 debian/rules     |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 025c06de6274dbdfd873ac1e124eaf22f7f0cf19
Author: Fabio Pedretti <fabio.ped@libero.it>
Date:   Fri Sep 12 11:59:36 2014 +0200

    debian/rules: minor cleanup
    
    Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>

diff --git a/debian/changelog b/debian/changelog
index ec4de21..4aa9e6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ mesa (10.3.0~rc3-2) UNRELEASED; urgency=medium
 
   [ Fabio Pedretti ]
   * debian/rules: enable intel ilo gallium driver.
+  * debian/rules: minor cleanup.
 
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Fri, 12 Sep 2014 10:34:19 +0200
 
diff --git a/debian/rules b/debian/rules
index e55fffc..f27d994 100755
--- a/debian/rules
+++ b/debian/rules
@@ -138,6 +138,7 @@ confflags-dri = \
 	--enable-shared-glapi \
 	--enable-texture-float \
 	--disable-xvmc \
+	--disable-omx \
 	$(confflags_DIRECT_RENDERING) \
 	$(confflags_DRI3) \
 	$(confflags_EGL) \
@@ -175,8 +176,6 @@ confflags-swx11-i386-i686 = \
 	--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/i686/cmov \
 	$(buildflags-i686)
 
-confflags += --disable-omx
-
 configure: $(QUILT_STAMPFN) configure.ac
 	autoreconf -vfi
 

commit 3acf10d5b31f9a4ea9f96f05b445f90d5417f368
Author: Fabio Pedretti <fabio.ped@libero.it>
Date:   Fri Sep 12 11:59:35 2014 +0200

    debian/rules: enable intel ilo gallium driver
    
    Can be enabled adding this in /etc/X11/xorg.conf:
    Section "Device"
     Identifier "Device0"
     Driver "Intel"
     Option "DRI" "ilo"
    EndSection
    
    v2 (Andreas): Enable ilo on kfreebsd-* too
    
    Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>

diff --git a/debian/changelog b/debian/changelog
index 3bfdf0f..ec4de21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 mesa (10.3.0~rc3-2) UNRELEASED; urgency=medium
 
+  [ Andreas Boll ]
   * Add 01_gallium-util-add-missing-u_debug-include.patch, fixes FTBFS on
     big endian archs.
   * Enable --with-egl-platforms=drm on kfreebsd-any, should fix FTBFS.
   * Don't try to install vdpau hardlinks on hurd, should fix FTBFS.
 
+  [ Fabio Pedretti ]
+  * debian/rules: enable intel ilo gallium driver.
+
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Fri, 12 Sep 2014 10:34:19 +0200
 
 mesa (10.3.0~rc3-1) experimental; urgency=medium
diff --git a/debian/rules b/debian/rules
index 3606e47..e55fffc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,6 +91,7 @@ else
   # Build intel drivers on archs where libdrm-intel is installed
   ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 x32))
 	DRI_DRIVERS += i915 i965
+	GALLIUM_DRIVERS += ilo
   endif
 
   # Do not build llvmpipe for armhf, it regresses compared to the classic swrast.


Reply to: