Rename plugin-registry.h to libweston/plugin-registry.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:
parent
7571027f17
commit
27b377f51f
@ -29,7 +29,7 @@
|
||||
#define WESTON_COMPOSITOR_DRM_H
|
||||
|
||||
#include <libweston/libweston.h>
|
||||
#include "plugin-registry.h"
|
||||
#include <libweston/plugin-registry.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -31,7 +31,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <libweston/libweston.h>
|
||||
#include "plugin-registry.h"
|
||||
#include <libweston/plugin-registry.h>
|
||||
|
||||
#define WESTON_RDP_OUTPUT_API_NAME "weston_rdp_output_api_v1"
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
install_headers(
|
||||
'libweston.h',
|
||||
'plugin-registry.h',
|
||||
'timeline-object.h',
|
||||
subdir: dir_include_libweston_install
|
||||
)
|
||||
|
@ -60,7 +60,7 @@ extern "C" {
|
||||
|
||||
#include "stdbool.h"
|
||||
#include <libweston/libweston.h>
|
||||
#include "plugin-registry.h"
|
||||
#include <libweston/plugin-registry.h>
|
||||
|
||||
#define IVI_SUCCEEDED (0)
|
||||
#define IVI_FAILED (-1)
|
||||
|
@ -69,7 +69,7 @@
|
||||
#include "shared/timespec-util.h"
|
||||
#include "git-version.h"
|
||||
#include "version.h"
|
||||
#include "plugin-registry.h"
|
||||
#include <libweston/plugin-registry.h>
|
||||
#include "pixel-formats.h"
|
||||
|
||||
#define DEFAULT_REPAINT_WINDOW 7 /* milliseconds */
|
||||
|
@ -57,7 +57,6 @@ srcs_libweston = [
|
||||
]
|
||||
|
||||
install_headers(
|
||||
'plugin-registry.h',
|
||||
'windowed-output-api.h',
|
||||
'../shared/config-parser.h',
|
||||
'../shared/matrix.h',
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <libweston/libweston.h>
|
||||
#include "plugin-registry.h"
|
||||
#include <libweston/plugin-registry.h>
|
||||
|
||||
struct weston_plugin_api {
|
||||
struct wl_list link; /**< in weston_compositor::plugin_api_list */
|
||||
|
@ -30,7 +30,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "plugin-registry.h"
|
||||
#include <libweston/plugin-registry.h>
|
||||
|
||||
struct weston_compositor;
|
||||
struct weston_output;
|
||||
|
@ -29,7 +29,7 @@
|
||||
#define REMOTING_PLUGIN_H
|
||||
|
||||
#include <libweston/libweston.h>
|
||||
#include "plugin-registry.h"
|
||||
#include <libweston/plugin-registry.h>
|
||||
|
||||
#define WESTON_REMOTING_API_NAME "weston_remoting_api_v1"
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include <libweston/libweston.h>
|
||||
#include "compositor/weston.h"
|
||||
#include "plugin-registry.h"
|
||||
#include <libweston/plugin-registry.h>
|
||||
|
||||
static void
|
||||
dummy_func(void)
|
||||
|
@ -32,7 +32,7 @@ extern "C" {
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "plugin-registry.h"
|
||||
#include <libweston/plugin-registry.h>
|
||||
|
||||
struct weston_compositor;
|
||||
struct weston_xwayland;
|
||||
|
Loading…
x
Reference in New Issue
Block a user