mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
libepoxy (add freeglut) (#3867)
This commit is contained in:
parent
38dcc62bdc
commit
1f5cc45023
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ build:
|
||||||
ninja-build.org: '*'
|
ninja-build.org: '*'
|
||||||
freedesktop.org/pkg-config: '*'
|
freedesktop.org/pkg-config: '*'
|
||||||
python.org: '>=3.1<3.12'
|
python.org: '>=3.1<3.12'
|
||||||
|
linux:
|
||||||
|
freeglut.sourceforge.io: '*'
|
||||||
working-directory: build
|
working-directory: build
|
||||||
script:
|
script:
|
||||||
- run: "sed -i'' -e 's|auto|no|g' $HOME/../meson_options.txt"
|
|
||||||
if: linux
|
|
||||||
- meson setup $ARGS ..
|
- meson setup $ARGS ..
|
||||||
- ninja
|
- ninja
|
||||||
- ninja install
|
- ninja install
|
||||||
|
|
Loading…
Reference in a new issue