Rename zalloc.h to libweston/zalloc.h

It is a public installed header used by libweston.h.

See "Rename compositor.h to libweston/libweston.h" for rationale.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen
2019-04-04 14:46:00 +03:00
parent 91b1010de9
commit ecbdcfd373
38 changed files with 42 additions and 45 deletions
-5
View File
@@ -56,11 +56,6 @@ srcs_libweston = [
weston_debug_server_protocol_h,
]
install_headers(
'../shared/zalloc.h',
subdir: dir_include_libweston
)
if get_option('renderer-gl')
dep_egl = dependency('egl', required: false)
if not dep_egl.found()
+1 -1
View File
@@ -31,7 +31,7 @@
#include "shared/helpers.h"
#include "shared/string-helpers.h"
#include "shared/zalloc.h"
#include <libweston/zalloc.h>
#include "shared/timespec-util.h"
#include <libweston/libweston.h>