public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] mesa: Enable building libEGL
@ 2016-03-24 15:00 Alexander Marx
  2016-03-24 15:00 ` [PATCH 2/3] libepoxy: New package Alexander Marx
  2016-03-24 15:00 ` [PATCH 3/3] gtk3: Update to version 3.20.0 Alexander Marx
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Marx @ 2016-03-24 15:00 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1239 bytes --]

Required by libepoxy for gtk3

Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
---
 mesa/mesa.nm | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/mesa/mesa.nm b/mesa/mesa.nm
index 48a9e5d..6f242a3 100644
--- a/mesa/mesa.nm
+++ b/mesa/mesa.nm
@@ -5,7 +5,7 @@
 
 name       = mesa
 version    = 9.0.2
-release    = 1.1
+release    = 2
 
 groups     = Development/Tools
 url        = http://www.mesa3d.org
@@ -53,12 +53,12 @@ build
 		--enable-selinux \
 		--enable-pic \
 		--enable-dri \
+		--enable-egl \
 		--with-dri-drivers="nouveau,radeon,r200%{platform_drivers}" \
 		--with-gallium-drivers=swrast \
 		--disable-asm \
 		--disable-gallium-llvm \
 		--disable-gallium-egl \
-		--disable-egl \
 		--disable-static \
 		--without-demos
 
@@ -89,6 +89,17 @@ packages
 		end
 	end
 
+	package libEGL
+		summary = Mesa libEGL runtime library.
+		description
+			This package contains the Mesa libEGL runtime libraries.
+		end
+
+		files
+			%{libdir}/libEGL.so.*
+		end
+	end
+
 	package libGL
 		summary = Mesa libGL runtime library.
 		description
@@ -123,6 +134,7 @@ packages
 		template DEVEL
 
 		provides
+			libEGL-devel = %{thisver}
 			libGL-devel = %{thisver}
 		end
 
-- 
2.6.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-24 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-24 15:00 [PATCH 1/3] mesa: Enable building libEGL Alexander Marx
2016-03-24 15:00 ` [PATCH 2/3] libepoxy: New package Alexander Marx
2016-03-24 15:00 ` [PATCH 3/3] gtk3: Update to version 3.20.0 Alexander Marx

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox