This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
Actually use GALLIUM_DRIVER_DIRS.
tags/mesa_20090313
José Fonseca
17 years ago
parent
bfd5916eaf
commit
39fe5851a5
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/gallium/drivers/Makefile
+ 1
- 1
src/gallium/drivers/Makefile
View File
@@ -2,7 +2,7 @@ TOP = ../../..
include $(TOP)/configs/current
SUBDIRS =
softpipe i915simple i965simple failover
SUBDIRS =
$(GALLIUM_DRIVER_DIRS)
default: subdirs
Write
Preview
Loading…
Cancel
Save