Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libGL: add wayland build_option
Date: Tue, 15 Oct 2019 07:11:10 +0200	[thread overview]
Message-ID: <20191015051110.0l1wgI3ATovj0QdS0cUJquOSXdGHTXcF7TokNgFtTbw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15479@inbox.vuxu.org>

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

There is an updated pull request by ioraff against master on the void-packages repository

https://github.com/ioraff/void-packages libGL
https://github.com/void-linux/void-packages/pull/15479

libGL: add wayland build_option


A patch file from https://github.com/void-linux/void-packages/pull/15479.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libGL-15479.patch --]
[-- Type: text/x-diff, Size: 1913 bytes --]

From 2dc9570b90881c5b55c1757f504c867f29ba5d2d Mon Sep 17 00:00:00 2001
From: Owen Rafferty <owenr@fferty.me>
Date: Mon, 14 Oct 2019 23:23:58 -0500
Subject: [PATCH] libGL: add wayland build_option

---
 srcpkgs/libGL/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libGL/template b/srcpkgs/libGL/template
index e1a20f31347..e6403fc64f8 100644
--- a/srcpkgs/libGL/template
+++ b/srcpkgs/libGL/template
@@ -7,14 +7,15 @@ build_style=meson
 configure_args="-Dshared-glapi=true -Dgbm=true -Degl=true
  -Dgallium-vdpau=true -Dgallium-xvmc=true -Dosmesa=gallium
  -Dgles1=true -Dgles2=true -Dgallium-va=true -Dlmsensors=true
- -Dplatforms=x11,drm,wayland,surfaceless -Dllvm=true
+ -Dplatforms=x11,drm,$(vopt_if wayland wayland,)surfaceless -Dllvm=true
  -Db_lto=false"
 hostmakedepends="flex libxml2-python llvm pkg-config
- python3-Mako wayland-protocols wayland-devel"
+ python3-Mako $(vopt_if wayland 'wayland-protocols wayland-devel')"
 makedepends="elfutils-devel expat-devel libXdamage-devel libXvMC-devel
  libXxf86vm-devel libatomic-devel libdrm-devel libffi-devel libva-devel
  libvdpau-devel libxshmfence-devel ncurses-devel talloc-devel zlib-devel
- wayland-devel wayland-protocols llvm libsensors-devel libXrandr-devel"
+ $(vopt_if wayland 'wayland-devel wayland-protocols') llvm libsensors-devel
+ libXrandr-devel"
 short_desc="Graphics library similar to SGI's OpenGL"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, LGPL-2.1-or-later"
@@ -23,6 +24,9 @@ changelog="https://www.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
 checksum=e287920fdb38712a9fed448dc90b3ca95048c7face5db52e58361f8b6e0f3cd5
 
+build_options="wayland"
+build_options_default="wayland"
+
 # Set subpackages manually to set proper rdeps in 32bit pkgs.
 subpackages="libglapi libgbm libEGL libGLES libOSMesa"
 

  parent reply	other threads:[~2019-10-15  5:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-15  4:25 [PR PATCH] " voidlinux-github
2019-10-15  5:11 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-15  5:11 ` voidlinux-github [this message]
2019-10-15 19:44 ` voidlinux-github
2019-10-15 19:44 ` voidlinux-github
2019-10-15 19:46 ` voidlinux-github
2019-10-15 19:46 ` voidlinux-github
2019-10-15 19:47 ` [PR PATCH] [Closed]: " voidlinux-github
2019-10-15 20:11 [PR PATCH] " voidlinux-github
2019-10-17  7:27 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-17  7:27 ` voidlinux-github

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=20191015051110.0l1wgI3ATovj0QdS0cUJquOSXdGHTXcF7TokNgFtTbw@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).