Commit 277b2542 authored by Alexandre Julliard's avatar Alexandre Julliard

make_makefiles: wined3d doesn't depend on OpenGL libs anymore.

parent 4ad17c0c
......@@ -8,7 +8,7 @@ VPATH = @srcdir@
# special configure-dependent targets
GLU32FILES = glu32
OPENGLFILES = opengl32 wined3d
OPENGLFILES = opengl32
QUARTZFILES = winequartz.drv
XFILES = winex11.drv
EXTRADIRS = @GLU32FILES@ @OPENGLFILES@ @QUARTZFILES@ @XFILES@
......@@ -206,6 +206,7 @@ BASEDIRS = \
winealsa.drv \
wineaudioio.drv \
winecoreaudio.drv \
wined3d \
winedos \
wineesd.drv \
winejack.drv \
......@@ -313,7 +314,6 @@ SUBDIRS = \
$(TESTSUBDIRS) \
glu32 \
opengl32 \
wined3d \
winequartz.drv \
winex11.drv
......
......@@ -62,7 +62,6 @@ my %special_dlls =
(
"glu32" => "GLU32FILES",
"opengl32" => "OPENGLFILES",
"wined3d" => "OPENGLFILES",
"winex11.drv" => "XFILES",
"winequartz.drv" => "QUARTZFILES"
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment