mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-23 23:30:02 +00:00
render: move over public SDK headers to include/
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
0edeb0e34e
commit
25fc1a02f5
@@ -8,7 +8,7 @@
|
||||
#include <X11/extensions/renderproto.h>
|
||||
|
||||
#include "include/fbpict.h"
|
||||
#include "render/picture.h"
|
||||
#include "include/picture.h"
|
||||
|
||||
void fbRasterizeTrapezoid(PicturePtr alpha, xTrapezoid *trap,
|
||||
int x_off, int y_off);
|
||||
|
||||
@@ -472,6 +472,10 @@ if build_xorg
|
||||
'opaque.h',
|
||||
'optionstr.h',
|
||||
'os.h',
|
||||
'glyphstr.h',
|
||||
'mipict.h',
|
||||
'picture.h',
|
||||
'picturestr.h',
|
||||
'present.h',
|
||||
'pixmap.h',
|
||||
'pixmapstr.h',
|
||||
|
||||
@@ -12,19 +12,8 @@ srcs_render = [
|
||||
'render.c',
|
||||
]
|
||||
|
||||
hdrs_render = [
|
||||
'glyphstr.h',
|
||||
'mipict.h',
|
||||
'picture.h',
|
||||
'picturestr.h',
|
||||
]
|
||||
|
||||
libxserver_render = static_library('xserver_render',
|
||||
srcs_render,
|
||||
include_directories: inc,
|
||||
dependencies: common_dep,
|
||||
)
|
||||
|
||||
if build_xorg
|
||||
install_data(hdrs_render, install_dir: xorgsdkdir)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user