summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-07-03 13:14:50 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-07-03 13:14:50 +0000
commitf13dd8e08124ea44c4e8c7cdb663f5350326eee2 (patch)
treeb840a21f0c7bd4d6692d3f09030aa8e359deffb3
parent815ab5b3e0b5526f74f5b47254ff4261711de9a0 (diff)
downloadweston-f13dd8e08124ea44c4e8c7cdb663f5350326eee2.tar.gz
Add LDFLAGS to make fixing work
-rw-r--r--weston.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/weston.morph b/weston.morph
index 6c80818f..961ebf7f 100644
--- a/weston.morph
+++ b/weston.morph
@@ -5,6 +5,7 @@ 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 \