From ca760181b4420696c7e86aa2951d7203522ad1e8 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Fri, 16 Mar 2012 12:55:40 -0400 Subject: shared-glapi: Convert to automake This fixes a build problem where EGL links to libgbm.la, which encodes a relative path to it's libglapi.so dependency. The relative path breaks when the linker tries to resolve it from src/egl/main instead of src/gbm. Typically we silently fall back to the system libglapi.so, which is wrong and breaks when there isn't one. Morale of the story: don't mix mklib and libtool. --- src/egl/main/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/egl/main') diff --git a/src/egl/main/Makefile.am b/src/egl/main/Makefile.am index a8072c18213..9c3935b7857 100644 --- a/src/egl/main/Makefile.am +++ b/src/egl/main/Makefile.am @@ -93,7 +93,6 @@ endif if HAVE_EGL_PLATFORM_DRM AM_CFLAGS += -DHAVE_DRM_PLATFORM libEGL_la_LIBADD += ../../gbm/libgbm.la -libEGL_la_LIBADD += ../../gbm/libgbm.la endif if HAVE_EGL_PLATFORM_FBDEV -- cgit v1.2.3