mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03:00
13 lines
355 B
Bash
Executable File
13 lines
355 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=glu
|
|
useconfigure="true"
|
|
version="9.0.2"
|
|
files=(
|
|
"https://archive.mesa3d.org/glu/glu-${version}.tar.gz 24effdfb952453cc00e275e1c82ca9787506aba0282145fff054498e60e19a65"
|
|
)
|
|
depends=("pkgconf")
|
|
use_fresh_config_sub=true
|
|
|
|
export GL_CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/include/LibGL"
|
|
export GL_LIBS="-lgl"
|