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

LIBNAME = ws_wayland

LIBRARY_INCLUDES = $(WALAND_CFLAGS)

LIBRARY_DEFINES =

C_SOURCES = \
	wayland_sw_winsys.c

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