summaryrefslogtreecommitdiff
path: root/weston.morph
blob: 961ebf7f20bbe2b0f073bf16a450d4ab14b6c99b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: weston
description: weston compositor
kind: chunk
build-system: autotools
configure-commands:
- autoreconf -ivf
- |
  LDFLAGS='-L/lib64 -lrt' \
  ./configure --prefix=$PREFIX --with-cairo-glesv2 --disable-xwayland \
  --disable-drm-compositor  --disable-x11-compositor \
  --disable-wayland-compositor  --disable-weston-launch --enable-egl \
  --enable-clients --enable-demo-clients-install --enable-fbdev-compositor