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:
@@ -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()
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user