From 32a2a095f4d8e3be7fa2807cb436bd09e8eb5a75 Mon Sep 17 00:00:00 2001 From: George Sapountzis Date: Fri, 18 Apr 2008 17:34:24 +0300 Subject: glcore: build from mesa --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index df8e6a8ab8..50e8a6e1c9 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,13 @@ install: linux-directfb-install: cd src/mesa/drivers/directfb && $(MAKE) install +# Xserver GLcore module +glcore: + cd src/mesa/drivers/xorg ; $(MAKE) + +glcore-install: + cd src/mesa/drivers/xorg ; $(MAKE) install + # If there's no current configuration file $(TOP)/configs/current: @echo -- cgit v1.2.3