mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
d3d1x: don't build progs automatically
progs requires winsys, which hasn't yet been built by the time we go into state_trackers. It may be a good idea to also move it into tests. After a normal build, run make in src/gallium/state_trackers/d3d1x/progs to build them.
This commit is contained in:
parent
feb9c8c510
commit
6d0c39ce36
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=d3dapi gd3dapi docs d3d1xstutil d3d1xshader gd3d1x gd3d11 gd3d10 dxgi dxgid3d11 dxgid3d10 progs
|
||||
SUBDIRS=d3dapi gd3dapi docs d3d1xstutil d3d1xshader gd3d1x gd3d11 gd3d10 dxgi dxgid3d11 dxgid3d10
|
||||
|
||||
all:
|
||||
@for dir in $(SUBDIRS) ; do $(MAKE) -C "$$dir" || exit $?; done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue