This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
weston
Watch
1
Star
0
Fork
You've already forked weston
0
mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced
2025-12-20 07:00:09 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3d5d9476e3
weston
/
include
/
libweston
/
meson.build
6 lines
96 B
Meson
Raw
Normal View
History
Unescape
Escape
Rename timeline-object.h to libweston/timeline-object.h This patch sets up the stage for similarly renaming compositor.h which will justify this. That patch will be big, so moving timeline-object.h first makes it easy to see the changes to the build and install directives. This and all the following moves essentially break the API, so libweston major is bumped. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
2019-03-28 16:35:56 +02:00
install_headers
(
Rename compositor.h to libweston/libweston.h The main idea is to make libweston users use the form #include <libweston/libweston.h> instead of the plain #include <compositor.h> which is prone to name conflicts. This is reflected both in the installed files, and the internal header search paths so that Weston would use the exact same form as an external project using libweston would. The public headers are moved under a new top-level directory include/ to make them clearly stand out as special (public API). Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
2019-03-28 16:28:47 +02:00
'libweston.h'
,
Rename timeline-object.h to libweston/timeline-object.h This patch sets up the stage for similarly renaming compositor.h which will justify this. That patch will be big, so moving timeline-object.h first makes it easy to see the changes to the build and install directives. This and all the following moves essentially break the API, so libweston major is bumped. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
2019-03-28 16:35:56 +02:00
'timeline-object.h'
,
subdir
:
dir_include_libweston_install
)
Reference in a new issue
Copy permalink