blob: 46f98d7a24afa0f6a1cefe12abc75f8365c8d777 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TOP = ../../../../..
include $(TOP)/configs/current
LIBNAME = i965drm
C_SOURCES = \
i965_drm_buffer.c \
i965_drm_winsys.c
LIBRARY_INCLUDES = $(shell pkg-config libdrm --cflags-only-I)
LIBRARY_DEFINES = $(shell pkg-config libdrm --cflags-only-other)
include ../../../Makefile.template
|