summaryrefslogtreecommitdiff
path: root/weston.morph
blob: b475adeff2788ce0351c17b9bbacc7b9bcf744cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
post-install-commands:
- install -d "$DESTDIR/usr/share/weston"
- install -m 0644 data/*.png "$DESTDIR/usr/share/weston/"
- install -d "$DESTDIR/usr/share/doc/weston"
- install -m 0644 ivi-shell/weston.ini "$DESTDIR/usr/share/doc/weston/ivi-shell-weston.ini"