configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.
[mesa.git] / src / gallium / winsys / i915 / drm / Makefile
1 TOP = ../../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = i915drm
5
6 # get C_SOURCES
7 include Makefile.sources
8
9 LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
10
11 LIBRARY_DEFINES = $(shell $(PKG_CONFIG) libdrm --cflags-only-other)
12
13 include ../../../Makefile.template