mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
Remove vestiges of libdl / dlfcn.h as cogl uses gmodule.
https://bugzilla.gnome.org/show_bug.cgi?id=691944 Reviewed-by: Neil Roberts <neil@linux.intel.com> (cherry picked from commit 397e673446e86a9116cb7396ea094e9f8b46986e)
This commit is contained in:
parent
9a8a26270c
commit
8c319e4bc1
@ -547,9 +547,6 @@ include $(top_srcdir)/build/autotools/Makefile.am.enums
|
|||||||
lib_LTLIBRARIES += libcogl.la
|
lib_LTLIBRARIES += libcogl.la
|
||||||
|
|
||||||
libcogl_la_LIBADD = -lm $(COGL_DEP_LIBS) $(COGL_EXTRA_LDFLAGS)
|
libcogl_la_LIBADD = -lm $(COGL_DEP_LIBS) $(COGL_EXTRA_LDFLAGS)
|
||||||
if SUPPORT_GLX
|
|
||||||
libcogl_la_LIBADD += -ldl
|
|
||||||
endif
|
|
||||||
if !USE_GLIB
|
if !USE_GLIB
|
||||||
libcogl_la_LIBADD += $(top_builddir)/deps/glib/libglib.la
|
libcogl_la_LIBADD += $(top_builddir)/deps/glib/libglib.la
|
||||||
libcogl_la_LIBADD += $(top_builddir)/deps/gmodule/libgmodule.la
|
libcogl_la_LIBADD += $(top_builddir)/deps/gmodule/libgmodule.la
|
||||||
|
@ -57,7 +57,6 @@
|
|||||||
|
|
||||||
#include <glib/gi18n-lib.h>
|
#include <glib/gi18n-lib.h>
|
||||||
|
|
||||||
#include <dlfcn.h>
|
|
||||||
#include <GL/glx.h>
|
#include <GL/glx.h>
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user