mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
loader: Remove NEED_OPENGL_COMMON check.
HAVE_DRICOMMON is sufficient since OpenGL must be enabled for DRI.
This commit is contained in:
parent
2e7b62cbb9
commit
9b5efac461
1 changed files with 0 additions and 2 deletions
|
|
@ -35,7 +35,6 @@ libloader_la_CPPFLAGS = \
|
|||
libloader_la_SOURCES = $(LOADER_C_FILES)
|
||||
libloader_la_LIBADD =
|
||||
|
||||
if NEED_OPENGL_COMMON
|
||||
if HAVE_DRICOMMON
|
||||
libloader_la_CPPFLAGS += \
|
||||
-I$(top_srcdir)/src/mesa/drivers/dri/common/ \
|
||||
|
|
@ -52,7 +51,6 @@ libloader_la_LIBADD += \
|
|||
-lm \
|
||||
$(EXPAT_LIBS)
|
||||
endif
|
||||
endif
|
||||
|
||||
if !HAVE_LIBDRM
|
||||
libloader_la_CPPFLAGS += \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue