projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
489ac8e
)
egl: Also put a symlink from libEGL.so in lib/ for now.
author
Eric Anholt
<eric@anholt.net>
Wed, 29 Feb 2012 21:42:50 +0000
(13:42 -0800)
committer
Eric Anholt
<eric@anholt.net>
Sat, 3 Mar 2012 02:42:25 +0000
(18:42 -0800)
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
patch
|
blob
|
history
diff --git
a/src/egl/main/Makefile.am
b/src/egl/main/Makefile.am
index 999f8eee084fe11a65b05e771d115d00fd4e2cdc..ad1bbdb753263714bbde4031ae511c8cc02fb398 100644
(file)
--- 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