diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-04-18 17:34:24 +0300 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-04-23 11:12:30 +0300 |
commit | 32a2a095f4d8e3be7fa2807cb436bd09e8eb5a75 (patch) | |
tree | 79a7f3b191cd6370d357a2da243edcf24068b59e /Makefile | |
parent | b3efd35f4bdd62cf36b6f59be602fa8781db9b89 (diff) |
glcore: build from mesa
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |