Skip to content

Commit ed51e2d

Browse files
committed
Merge pull request #678 from hashdist/mesa
Allow to set XLIBGL_CFLAGS/LIBS from a profile
2 parents d035633 + b700f66 commit ed51e2d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pkgs/mesa.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
extends: [autotools_package]
22

3+
dependencies:
4+
build: [pkg-config]
5+
run: []
6+
37
sources:
48
- key: tar.bz2:a2rdiese5oc4fa7vt5ybmhqg33iqn6bv
59
url: ftp://ftp.freedesktop.org/pub/mesa/10.2.4/MesaLib-10.2.4.tar.bz2
@@ -12,6 +16,8 @@ build_stages:
1216
handler: bash
1317
bash: |
1418
autoreconf -fi
19+
export XLIBGL_CFLAGS="{{xlibgl_cflags}}"
20+
export XLIBGL_LIBS="{{xlibgl_libs}}"
1521
1622
- name: configure
1723
mode: override

0 commit comments

Comments
 (0)