From: Alexander Marx <alexander.marx@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/3] mesa: Enable building libEGL
Date: Thu, 24 Mar 2016 16:00:15 +0100 [thread overview]
Message-ID: <1458831617-4536-1-git-send-email-alexander.marx@ipfire.org> (raw)
[-- 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
next reply other threads:[~2016-03-24 15:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-24 15:00 Alexander Marx [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1458831617-4536-1-git-send-email-alexander.marx@ipfire.org \
--to=alexander.marx@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox