aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/sw/wayland/Makefile
blob: b3f2081686e6e4ccbfa034b5f2429e70ece158c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TOP = ../../../../..
include $(TOP)/configs/current

LIBNAME = ws_wayland

LIBRARY_INCLUDES = $(WAYLAND_CFLAGS)

LIBRARY_DEFINES =

C_SOURCES = \
	wayland_sw_winsys.c

include ../../../Makefile.template