mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Move cairo-util.[ch] to clients/
This commit is contained in:
parent
1db21f1cf5
commit
b91cd10fcb
6 changed files with 7 additions and 9 deletions
1
Makefile
1
Makefile
|
|
@ -49,7 +49,6 @@ compositor : \
|
||||||
compositor-drm.o \
|
compositor-drm.o \
|
||||||
compositor-x11.o \
|
compositor-x11.o \
|
||||||
screenshooter.o \
|
screenshooter.o \
|
||||||
cairo-util.o \
|
|
||||||
drm.o
|
drm.o
|
||||||
|
|
||||||
compositor : CFLAGS += $(COMPOSITOR_CFLAGS)
|
compositor : CFLAGS += $(COMPOSITOR_CFLAGS)
|
||||||
|
|
|
||||||
|
|
@ -11,12 +11,12 @@ all : $(egl_clients) $(cairo_clients)
|
||||||
clean :
|
clean :
|
||||||
rm -f $(egl_clients) $(cairo_clients) *.o
|
rm -f $(egl_clients) $(cairo_clients) *.o
|
||||||
|
|
||||||
flower : flower.o window.o wayland-glib.o ../cairo-util.o
|
flower : flower.o window.o wayland-glib.o cairo-util.o
|
||||||
gears : gears.o window.o wayland-glib.o ../cairo-util.o
|
gears : gears.o window.o wayland-glib.o cairo-util.o
|
||||||
screenshot : screenshot.o wayland-glib.o ../cairo-util.o
|
screenshot : screenshot.o wayland-glib.o cairo-util.o
|
||||||
terminal : terminal.o window.o wayland-glib.o ../cairo-util.o
|
terminal : terminal.o window.o wayland-glib.o cairo-util.o
|
||||||
image : image.o window.o wayland-glib.o ../cairo-util.o
|
image : image.o window.o wayland-glib.o cairo-util.o
|
||||||
view : view.o window.o wayland-glib.o ../cairo-util.o
|
view : view.o window.o wayland-glib.o cairo-util.o
|
||||||
|
|
||||||
terminal : LDLIBS += -lutil
|
terminal : LDLIBS += -lutil
|
||||||
view : CFLAGS += $(POPPLER_CFLAGS)
|
view : CFLAGS += $(POPPLER_CFLAGS)
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
#include "wayland-util.h"
|
#include "wayland-util.h"
|
||||||
#include "wayland-client.h"
|
#include "wayland-client.h"
|
||||||
#include "wayland-glib.h"
|
#include "wayland-glib.h"
|
||||||
#include "../cairo-util.h"
|
#include "cairo-util.h"
|
||||||
|
|
||||||
#include "window.h"
|
#include "window.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@
|
||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
|
|
||||||
#include "wayland-server-protocol.h"
|
#include "wayland-server-protocol.h"
|
||||||
#include "cairo-util.h"
|
|
||||||
#include "compositor.h"
|
#include "compositor.h"
|
||||||
|
|
||||||
const char *option_background = "background.jpg";
|
const char *option_background = "background.jpg";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue