mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +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
|
||||
}
|
||||
|
||||
pre_build() {
|
||||
export GIR_EXTRA_LIBS_PATH="${wrksrc}/cogl/.libs"
|
||||
}
|
||||
|
||||
# Needs a GL environment
|
||||
do_check() {
|
||||
:
|
||||
|
|
Loading…
Add table
Reference in a new issue