Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Aug 11, 2024
1 parent 416793b commit bc61767
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions recipes/libglvnd/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bc61767

Please sign in to comment.