loader: Remove NEED_OPENGL_COMMON check.
HAVE_DRICOMMON is sufficient since OpenGL must be enabled for DRI.
This commit is contained in:
@@ -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 += \
|
||||
|
||||
Reference in New Issue
Block a user