summaryrefslogtreecommitdiffstats
path: root/rules/weston.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-10-14 15:31:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-10-20 08:27:42 +0200
commit470a1a3cd273a1df871a2483fcffc1812303040a (patch)
tree721e7919126317c00d8ff6797926e53fa8d98cff /rules/weston.in
parentb1e8046a9cdba15002ae221eeb6db6c65501376f (diff)
downloadptxdist-470a1a3cd273a1df871a2483fcffc1812303040a.tar.gz
ptxdist-470a1a3cd273a1df871a2483fcffc1812303040a.tar.xz
weston: version bump 1.7.0 -> 1.12.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/weston.in')
-rw-r--r--rules/weston.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/weston.in b/rules/weston.in
index 182fcc3bd..98e5d969a 100644
--- a/rules/weston.in
+++ b/rules/weston.in
@@ -5,6 +5,7 @@ config WESTON
select LIBC_UTIL
select PIXMAN
select WAYLAND
+ select WAYLAND_PROTOCOLS
select LIBXKBCOMMON
select LIBJPEG
select LIBPNG
@@ -27,6 +28,8 @@ config WESTON
select XORG_LIB_XCURSOR if WESTON_XWAYLAND
select XORG_SERVER if WESTON_XWAYLAND && RUNTIME
select XORG_SERVER_XWAYLAND if WESTON_XWAYLAND && RUNTIME
+ select SYSTEMD if WESTON_SYSTEMD
+ select SYSTEMD_LOGIND if WESTON_SYSTEMD_LOGIND
prompt "weston"
help
Wayland compositor reference implementation
@@ -54,6 +57,15 @@ config WESTON_FBDEV_COMPOSITOR
bool
prompt "fbdev compositor"
+config WESTON_SYSTEMD
+ bool
+ prompt "systemd support"
+
+config WESTON_SYSTEMD_LOGIND
+ bool
+ depends on WESTON_SYSTEMD
+ prompt "logind support"
+
config WESTON_WCAP_TOOLS
bool
prompt "wcap tools"