From: "Patrick Nicolas" <patricknicolas@laposte.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/openxr-loader/
Date: Sun, 8 Dec 2024 12:01:45 +0000 (UTC) [thread overview]
Message-ID: <1733659122.906358431f073680b0f06278cc2367c33ff1c034.patricknicolas@gentoo> (raw)
commit: 906358431f073680b0f06278cc2367c33ff1c034
Author: Patrick Nicolas <patricknicolas <AT> laposte <DOT> net>
AuthorDate: Sun Dec 8 11:58:09 2024 +0000
Commit: Patrick Nicolas <patricknicolas <AT> laposte <DOT> net>
CommitDate: Sun Dec 8 11:58:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=90635843
media-libs/openxr-loader: add multilib
Signed-off-by: Patrick Nicolas <patricknicolas <AT> laposte.net>
media-libs/openxr-loader/openxr-loader-9999.ebuild | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/media-libs/openxr-loader/openxr-loader-9999.ebuild b/media-libs/openxr-loader/openxr-loader-9999.ebuild
index d15ced7bb..133c2c3b5 100644
--- a/media-libs/openxr-loader/openxr-loader-9999.ebuild
+++ b/media-libs/openxr-loader/openxr-loader-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
MY_PN=OpenXR-SDK
-inherit cmake
+inherit cmake-multilib
if [[ ${PV} == *9999* ]]; then
inherit git-r3
@@ -27,19 +27,19 @@ REQUIRED_USE="|| ( wayland X )"
# dev-libs/jsoncpp-1.9.6: https://bugs.gentoo.org/940262
DEPEND="
- media-libs/vulkan-loader
- media-libs/mesa
- dev-libs/jsoncpp:=
+ media-libs/vulkan-loader[${MULTILIB_USEDEP}]
+ media-libs/mesa[${MULTILIB_USEDEP}]
+ dev-libs/jsoncpp:=[${MULTILIB_USEDEP}]
!=dev-libs/jsoncpp-1.9.6
wayland? (
- dev-libs/wayland
+ dev-libs/wayland[${MULTILIB_USEDEP}]
dev-libs/wayland-protocols
)
X? (
- x11-libs/libxcb
+ x11-libs/libxcb[${MULTILIB_USEDEP}]
x11-libs/xcb-util-keysyms
- x11-libs/libXrandr
- x11-libs/libXxf86vm
+ x11-libs/libXrandr[${MULTILIB_USEDEP}]
+ x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
)
"
RDEPEND="${DEPEND}"
@@ -51,13 +51,12 @@ src_prepare() {
cmake_src_prepare
}
-src_configure() {
+multilib_src_configure() {
local mycmakeargs=(
-DBUILD_WITH_SYSTEM_JSONCPP=ON
-DBUILD_WITH_XLIB_HEADERS=$(usex X)
-DBUILD_WITH_XCB_HEADERS=$(usex X)
-DBUILD_WITH_WAYLAND_HEADERS=$(usex wayland)
- -DBUILD_WITH_SYSTEM_JSONCPP=YES
-DPRESENTATION_BACKEND=$(usex X xlib wayland)
)
next reply other threads:[~2024-12-08 12:01 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-08 12:01 Patrick Nicolas [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-17 11:40 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/openxr-loader/ Haelwenn Monnier
2025-02-17 11:40 Haelwenn Monnier
2024-12-08 12:01 Patrick Nicolas
2024-09-26 15:35 Haelwenn Monnier
2024-09-24 3:42 Haelwenn Monnier
2024-09-21 21:51 Haelwenn Monnier
2023-11-23 18:50 Patrick Nicolas
2021-10-28 20:58 Haelwenn Monnier
2021-10-28 20:58 Haelwenn Monnier
2021-09-17 1:56 Haelwenn Monnier
2021-09-17 1:56 Haelwenn Monnier
2021-07-20 22:00 Haelwenn Monnier
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=1733659122.906358431f073680b0f06278cc2367c33ff1c034.patricknicolas@gentoo \
--to=patricknicolas@laposte.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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