make_makefiles: wined3d doesn't depend on OpenGL libs anymore.
This commit is contained in:
parent
4ad17c0c38
commit
277b2542aa
|
@ -8,7 +8,7 @@ VPATH = @srcdir@
|
||||||
# special configure-dependent targets
|
# special configure-dependent targets
|
||||||
|
|
||||||
GLU32FILES = glu32
|
GLU32FILES = glu32
|
||||||
OPENGLFILES = opengl32 wined3d
|
OPENGLFILES = opengl32
|
||||||
QUARTZFILES = winequartz.drv
|
QUARTZFILES = winequartz.drv
|
||||||
XFILES = winex11.drv
|
XFILES = winex11.drv
|
||||||
EXTRADIRS = @GLU32FILES@ @OPENGLFILES@ @QUARTZFILES@ @XFILES@
|
EXTRADIRS = @GLU32FILES@ @OPENGLFILES@ @QUARTZFILES@ @XFILES@
|
||||||
|
@ -206,6 +206,7 @@ BASEDIRS = \
|
||||||
winealsa.drv \
|
winealsa.drv \
|
||||||
wineaudioio.drv \
|
wineaudioio.drv \
|
||||||
winecoreaudio.drv \
|
winecoreaudio.drv \
|
||||||
|
wined3d \
|
||||||
winedos \
|
winedos \
|
||||||
wineesd.drv \
|
wineesd.drv \
|
||||||
winejack.drv \
|
winejack.drv \
|
||||||
|
@ -313,7 +314,6 @@ SUBDIRS = \
|
||||||
$(TESTSUBDIRS) \
|
$(TESTSUBDIRS) \
|
||||||
glu32 \
|
glu32 \
|
||||||
opengl32 \
|
opengl32 \
|
||||||
wined3d \
|
|
||||||
winequartz.drv \
|
winequartz.drv \
|
||||||
winex11.drv
|
winex11.drv
|
||||||
|
|
||||||
|
|
|
@ -62,7 +62,6 @@ my %special_dlls =
|
||||||
(
|
(
|
||||||
"glu32" => "GLU32FILES",
|
"glu32" => "GLU32FILES",
|
||||||
"opengl32" => "OPENGLFILES",
|
"opengl32" => "OPENGLFILES",
|
||||||
"wined3d" => "OPENGLFILES",
|
|
||||||
"winex11.drv" => "XFILES",
|
"winex11.drv" => "XFILES",
|
||||||
"winequartz.drv" => "QUARTZFILES"
|
"winequartz.drv" => "QUARTZFILES"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue