From bc6176712e9a6b50e198cab93b5ab762f2066892 Mon Sep 17 00:00:00 2001 From: Seungmin Kim <8457324+ehfd@users.noreply.github.com> Date: Sun, 11 Aug 2024 21:30:50 +0900 Subject: [PATCH] Add comments --- recipes/libglvnd/meta.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/recipes/libglvnd/meta.yaml b/recipes/libglvnd/meta.yaml index 1146e88de8699..337e048fb4358 100644 --- a/recipes/libglvnd/meta.yaml +++ b/recipes/libglvnd/meta.yaml @@ -48,9 +48,9 @@ outputs: - {{ stdlib('c') }} test: commands: - # The libglvnd-core-devel package is a bootstrap trick for Mesa - # which wants to build against the libglvnd headers - # but does not link against any of its libraries + # The libglvnd-core-devel package is a bootstrap trick + # for Mesa which wants to build against the libglvnd + # headers but does not link against any of its libraries - test -f $PREFIX/lib/pkgconfig/libglvnd.pc - test -f $PREFIX/include/glvnd/GLdispatchABI.h - test -f $PREFIX/include/glvnd/libeglabi.h @@ -117,6 +117,7 @@ outputs: run_exports: - {{ pin_subpackage('libglx', max_pin='x') }} ignore_run_exports_from: + # Only need the headers during development build - xorg-libxext requirements: build: @@ -210,6 +211,7 @@ outputs: run_exports: - {{ pin_subpackage('libegl', max_pin='x') }} ignore_run_exports_from: + # Only need the headers during development build - libgl-devel - xorg-libx11 requirements: @@ -262,6 +264,7 @@ outputs: run_exports: - {{ pin_subpackage('libgles', max_pin='x') }} ignore_run_exports_from: + # Only need the headers during development build - libegl-devel - libgl-devel requirements: @@ -301,6 +304,7 @@ outputs: run_exports: - {{ pin_subpackage('libglvnd', max_pin='x') }} ignore_run_exports_from: + # Only need the headers during development build - libopengl-devel - libglx-devel - libgl-devel