summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-04-02 10:56:39 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-04-16 16:43:29 +0000
commit74f7c94c9186f8fc9ea8f50ab5d5f805d679d05f (patch)
tree4c05a9201a119375e73a9107ef95b8f5bf90059e
parent71019824462597a82e71bee913f12165875e9fd2 (diff)
downloadweston-baserock/weston-ivi-shell-1.4.0-v12.tar.gz
-rw-r--r--clients/Makefile.am2
-rw-r--r--weston.morph11
2 files changed, 12 insertions, 1 deletions
diff --git a/clients/Makefile.am b/clients/Makefile.am
index 656d4b4d..884861ba 100644
--- a/clients/Makefile.am
+++ b/clients/Makefile.am
@@ -46,7 +46,7 @@ weston_multi_resource_SOURCES = multi-resource.c \
../shared/os-compatibility.c \
../shared/os-compatibility.h
weston_multi_resource_CPPFLAGS = $(SIMPLE_CLIENT_CFLAGS)
-weston_multi_resource_LDADD = $(SIMPLE_CLIENT_LIBS) -lm
+weston_multi_resource_LDADD = $(SIMPLE_CLIENT_LIBS) -lm -lrt
endif
if BUILD_SIMPLE_EGL_CLIENTS
diff --git a/weston.morph b/weston.morph
new file mode 100644
index 00000000..6c80818f
--- /dev/null
+++ b/weston.morph
@@ -0,0 +1,11 @@
+name: weston
+description: weston compositor
+kind: chunk
+build-system: autotools
+configure-commands:
+- autoreconf -ivf
+- |
+ ./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