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
nouveau: respect GALLIUM_STATE_TRACKERS_DIRS
tags/mesa_7_6_rc1
Ben Skeggs
17 years ago
parent
9e02fa4532
commit
71b1c92405
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/gallium/winsys/drm/nouveau/Makefile
+ 1
- 1
src/gallium/winsys/drm/nouveau/Makefile
View File
@@ -2,7 +2,7 @@
TOP = ../../../../..
include $(TOP)/configs/current
SUBDIRS = drm
dri
SUBDIRS = drm
$(GALLIUM_STATE_TRACKERS_DIRS)
default install clean:
@for dir in $(SUBDIRS) ; do \
Write
Preview
Loading…
Cancel
Save