Browse Source

nouveau: respect GALLIUM_STATE_TRACKERS_DIRS

tags/mesa_7_6_rc1
Ben Skeggs 17 years ago
parent
commit
71b1c92405
1 changed files with 1 additions and 1 deletions
  1. 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 \

Loading…
Cancel
Save