From 3a23eba8265d0e8fcc0d34acd0727c71e415fd6a Mon Sep 17 00:00:00 2001 From: Jordan Yelloz Date: Wed, 23 Mar 2011 17:34:41 -0700 Subject: [PATCH] Change CFLAGS to DRI_CFLAGS to fix build. --- src/mesa/drivers/dri/nouveau/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/nouveau/Makefile b/src/mesa/drivers/dri/nouveau/Makefile index 3b506a9..2283adc 100644 --- a/src/mesa/drivers/dri/nouveau/Makefile +++ b/src/mesa/drivers/dri/nouveau/Makefile @@ -3,7 +3,7 @@ TOP = ../../../../.. include $(TOP)/configs/current -CFLAGS += $(shell pkg-config libdrm libdrm_nouveau --cflags) +DRI_CFLAGS += $(shell pkg-config libdrm libdrm_nouveau --cflags) DRI_LIB_DEPS += $(shell pkg-config libdrm_nouveau --libs) LIBNAME = nouveau_vieux_dri.so -- 1.7.4.1