39 |
index dbee925..5a1d88e 100644 |
index dbee925..5a1d88e 100644 |
40 |
--- a/src/mesa/drivers/osmesa/Makefile.am |
--- a/src/mesa/drivers/osmesa/Makefile.am |
41 |
+++ b/src/mesa/drivers/osmesa/Makefile.am |
+++ b/src/mesa/drivers/osmesa/Makefile.am |
42 |
@@ -39,6 +39,12 @@ lib@OSMESA_LIB@_la_LDFLAGS = -module -version-number @OSMESA_VERSION@ -shared -n |
@@ -39,6 +39,12 @@ |
43 |
lib@OSMESA_LIB@_la_LIBADD = \ |
lib@OSMESA_LIB@_la_LIBADD = \ |
44 |
$(top_builddir)/src/mesa/libmesa.la \ |
$(top_builddir)/src/mesa/libmesa.la \ |
45 |
$(top_builddir)/src/mapi/glapi/libglapi.la |
$(top_builddir)/src/mapi/glapi/libglapi.la |
50 |
+lib@OSMESA_LIB@_la_LIBADD += -lglapi |
+lib@OSMESA_LIB@_la_LIBADD += -lglapi |
51 |
+endif |
+endif |
52 |
|
|
53 |
|
if BUILD_SHARED |
54 |
# Provide compatibility with scripts for the old Mesa build system for |
# Provide compatibility with scripts for the old Mesa build system for |
|
# a while by putting a link to the driver into /lib of the build tree. |
|
55 |
-- |
-- |
56 |
1.7.10 |
1.7.10 |
57 |
|
|