mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cogl: fix cross gir
This commit is contained in:
parent
c15f8c296b
commit
5cc36fc0e3
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
export GIR_EXTRA_LIBS_PATH="${wrksrc}/cogl/.libs"
|
||||||
|
}
|
||||||
|
|
||||||
# Needs a GL environment
|
# Needs a GL environment
|
||||||
do_check() {
|
do_check() {
|
||||||
:
|
:
|
||||||
|
|
Loading…
Add table
Reference in a new issue