We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d035633 + b700f66 commit ed51e2dCopy full SHA for ed51e2d
1 file changed
pkgs/mesa.yaml
@@ -1,5 +1,9 @@
1
extends: [autotools_package]
2
3
+dependencies:
4
+ build: [pkg-config]
5
+ run: []
6
+
7
sources:
8
- key: tar.bz2:a2rdiese5oc4fa7vt5ybmhqg33iqn6bv
9
url: ftp://ftp.freedesktop.org/pub/mesa/10.2.4/MesaLib-10.2.4.tar.bz2
@@ -12,6 +16,8 @@ build_stages:
12
16
handler: bash
13
17
bash: |
14
18
autoreconf -fi
19
+ export XLIBGL_CFLAGS="{{xlibgl_cflags}}"
20
+ export XLIBGL_LIBS="{{xlibgl_libs}}"
15
21
22
- name: configure
23
mode: override
0 commit comments