summaryrefslogtreecommitdiff
path: root/strata/x-generic/mesa-x.morph
blob: 8646c4ef6164feee5e7a8d74b3e5a6ecd7308fde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: mesa-x
kind: chunk
description: ''
max-jobs: null
products: []
build-system: autotools
pre-configure-commands: []
configure-commands:
- |
  cpu=$(echo $TARGET | cut -d '-' -f 1)
  case "$cpu" in
  x86_32|x64_64)
    DRIDRIVERS=intel,i915,i965,swrast
    ;;
  *)
    DRIDRIVERS=swrast
    ;;
  esac
  ./autogen.sh --prefix="$PREFIX" \
  --enable-gles2 \
  --disable-gallium-egl \
  --with-egl-platforms=x11,drm \
  --enable-gbm --enable-shared-glapi \
  --with-gallium-drivers=swrast \
  --with-dri-drivers=$DRIDRIVERS
post-configure-commands: []
pre-build-commands: []
build-commands: []
post-build-commands: []
pre-install-commands: []
install-commands: []
post-install-commands: []
devices: []
post-test-commands: []
pre-test-commands: []
system-integration: []
test-commands: []