From 31b044506e14c482162596641218bdae520a466d Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 29 Feb 2012 13:42:50 -0800 Subject: [PATCH] egl: Also put a symlink from libEGL.so in lib/ for now. This fixes the egl_gallium.so driver build when no system libEGL.so is present, since it's relying on the lib/ to build against until it gets converted to automake. --- src/egl/main/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/egl/main/Makefile.am b/src/egl/main/Makefile.am index 999f8ee..ad1bbdb 100644 --- a/src/egl/main/Makefile.am +++ b/src/egl/main/Makefile.am @@ -122,6 +122,7 @@ endif all-local: libEGL.la $(MKDIR_P) $(top_builddir)/$(LIB_DIR); ln -f .libs/libEGL.so.1.0.0 $(top_builddir)/$(LIB_DIR)/libEGL.so.1 + ln -sf libEGL.so.1 $(top_builddir)/$(LIB_DIR)/libEGL.so pkgconfigdir = $(libdir)/pkgconfig -- 2.7.4