mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 07:48:07 +02:00
Makefile: fix assigning to dist_wayland_session_DATA
dist_wayland_session_DATA is not set anywhere before, so using += results in: error: dist_wayland_session_DATA must be set with '=' before using '+=' Signed-off-by: Marek Chalupa <mchqwerty@gmail.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
0b85f6de6c
commit
194ca2b2b2
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ pkgconfig_DATA = src/weston.pc
|
|||
|
||||
wayland_sessiondir = $(datadir)/wayland-sessions
|
||||
wayland_session_DATA = src/weston.desktop
|
||||
dist_wayland_session_DATA += $(wayland_session_DATA)
|
||||
dist_wayland_session_DATA = $(wayland_session_DATA)
|
||||
|
||||
westonincludedir = $(includedir)/weston
|
||||
westoninclude_HEADERS = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue