Skip to content

Commit

Permalink
Migrate to xorg-xorgproto (#2)
Browse files Browse the repository at this point in the history
* Migrate to xorg-xorgproto

* MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.41.1, and conda-forge-pinning 2024.10.03.06.07.11

---------

Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
ehfd and conda-forge-webservices[bot] authored Oct 3, 2024
1 parent 408b3a6 commit 6104776
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand Down
2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ meson setup builddir \
-Dtls=true \
-Ddispatch-tls=true \
-Dheaders=true
meson configure builddir

ninja -v -C builddir
ninja -C builddir install
11 changes: 4 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:

build:
skip: true # [not linux]
number: 0
number: 1

requirements:
build:
Expand All @@ -24,8 +24,7 @@ requirements:
host:
- xorg-libx11
- xorg-libxext
- xorg-xextproto
- xorg-glproto
- xorg-xorgproto

outputs:
- name: libglvnd
Expand Down Expand Up @@ -133,12 +132,10 @@ outputs:
- {{ pin_subpackage('libglx', exact=True) }}
- xorg-libx11
- xorg-libxext
- xorg-xextproto
- xorg-glproto
- xorg-xorgproto
run:
- {{ pin_subpackage('libglx', exact=True) }}
- xorg-xextproto
- xorg-glproto
- xorg-xorgproto
test:
requires:
- pkg-config
Expand Down

0 comments on commit 6104776

Please sign in to comment.