summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/osmesa/Makefile.am
diff options
context:
space:
mode:
authorJon Severinsson <[email protected]>2013-08-23 11:18:59 +0200
committerMatt Turner <[email protected]>2013-08-23 12:58:30 -0700
commitc8111904304a878a3d5831b453255f04e1ddcf56 (patch)
tree3fc9faca200114ae8b3b71454b88ddd469bda0e3 /src/gallium/targets/osmesa/Makefile.am
parent60ddb96f7e0ea8dfb277cd1f249c7912c07c46b1 (diff)
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" <[email protected]> Reviewed-by: Matt Turner <[email protected]>
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 38dbeb85f25..de78d8cc0f3 100644
--- a/src/gallium/targets/osmesa/Makefile.am
+++ b/src/gallium/targets/osmesa/Makefile.am
@@ -85,6 +85,5 @@ all-local: lib@[email protected]
cp .libs/lib@[email protected].@[email protected] $(top_builddir)/$(LIB_DIR)/gallium/
endif
-# XXX fix-up?
-#pkgconfigdir = $(libdir)/pkgconfig
-#pkgconfig_DATA = osmesa.pc
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = osmesa.pc