diff options
author | Eric Anholt <[email protected]> | 2012-02-29 13:42:50 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-03-02 18:42:25 -0800 |
commit | 31b044506e14c482162596641218bdae520a466d (patch) | |
tree | 47bdd0de5221d765336f8622199e73140f574ba0 /src/egl/main/Makefile.am | |
parent | 489ac8e73a2432d29597a62cd83f09b9d1848533 (diff) |
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.
Diffstat (limited to 'src/egl/main/Makefile.am')
-rw-r--r-- | src/egl/main/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/Makefile.am b/src/egl/main/Makefile.am index 999f8eee084..ad1bbdb7532 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 |