This makes it possible to run Weston session from GDM (and possibly
other login managers).
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = src/weston.pc
+EXTRA_DIST += $(wayland_session_DATA)
+
+wayland_sessiondir = $(datadir)/wayland-sessions
+wayland_session_DATA = src/weston.desktop
+
westonincludedir = $(includedir)/weston
westoninclude_HEADERS = \
src/version.h \
--- /dev/null
+[Desktop Entry]
+Name=Weston
+Comment=The reference Wayland server
+Exec=dbus-launch --exit-with-session weston
+Type=Application