summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/osmesa
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-03-11 11:50:37 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-03-11 12:50:44 +0000
commita6efbac9fb502c4f0166e7a0680b6828e1f6926c (patch)
treea484f4dce0dd0691a9c5d53a62dceb0d009a3666 /src/gallium/targets/osmesa
parent065b6ca52b6a34b1fa6713f41641738401e47710 (diff)
downloadexternal_mesa3d-a6efbac9fb502c4f0166e7a0680b6828e1f6926c.zip
external_mesa3d-a6efbac9fb502c4f0166e7a0680b6828e1f6926c.tar.gz
external_mesa3d-a6efbac9fb502c4f0166e7a0680b6828e1f6926c.tar.bz2
automake: allow only shared builds
Static and shared builds were possible in the good old days of static makefiles. Currently the build system does not distinguish nor does anything special when one requests a static build. Print a warning message for the packager that static builds are not supported and continue building shared libs. Currently only Debian and derivatives use static build, and they use it for building a Xlib powered libGL. This patch will only change the warning message they are seeing but the binaries produced will be identical. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'src/gallium/targets/osmesa')
-rw-r--r--src/gallium/targets/osmesa/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/targets/osmesa/Makefile.am b/src/gallium/targets/osmesa/Makefile.am
index 66ddf93..48154e1 100644
--- a/src/gallium/targets/osmesa/Makefile.am
+++ b/src/gallium/targets/osmesa/Makefile.am
@@ -65,11 +65,7 @@ lib@OSMESA_LIB@_la_LDFLAGS += $(LLVM_LDFLAGS)
lib@OSMESA_LIB@_la_LIBADD += $(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la $(LLVM_LIBS)
endif
-
-
-if BUILD_SHARED
include $(top_srcdir)/install-gallium-links.mk
-endif
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = osmesa.pc