summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/osmesa/Makefile.am
diff options
context:
space:
mode:
authorJon Severinsson <jon@severinsson.net>2013-08-23 11:18:59 +0200
committerMatt Turner <mattst88@gmail.com>2013-08-23 12:58:30 -0700
commitc8111904304a878a3d5831b453255f04e1ddcf56 (patch)
tree3fc9faca200114ae8b3b71454b88ddd469bda0e3 /src/gallium/targets/osmesa/Makefile.am
parent60ddb96f7e0ea8dfb277cd1f249c7912c07c46b1 (diff)
downloadexternal_mesa3d-c8111904304a878a3d5831b453255f04e1ddcf56.zip
external_mesa3d-c8111904304a878a3d5831b453255f04e1ddcf56.tar.gz
external_mesa3d-c8111904304a878a3d5831b453255f04e1ddcf56.tar.bz2
gallium/osmesa: Make and install an osmesa.pc.
As of "2f142d59 build: Add --enable-gallium-osmesa flag." the pkgconfig file from classic osmesa is no longer installed when building gallium osmesa, so copy it to gallium osmesa and install the copy instead. CC: "9.2" <mesa-stable@lists.freedesktop.org> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/gallium/targets/osmesa/Makefile.am')
-rw-r--r--src/gallium/targets/osmesa/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/targets/osmesa/Makefile.am b/src/gallium/targets/osmesa/Makefile.am
index 38dbeb8..de78d8c 100644
--- a/src/gallium/targets/osmesa/Makefile.am
+++ b/src/gallium/targets/osmesa/Makefile.am
@@ -85,6 +85,5 @@ all-local: lib@OSMESA_LIB@.la
cp .libs/lib@OSMESA_LIB@.so.@OSMESA_VERSION@.0.0 $(top_builddir)/$(LIB_DIR)/gallium/
endif
-# XXX fix-up?
-#pkgconfigdir = $(libdir)/pkgconfig
-#pkgconfig_DATA = osmesa.pc
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = osmesa.pc