From 261719b21c3dab4e2c0b79bbe148f494667da67c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 22 Aug 2012 16:57:38 -0700 Subject: automake: convert vgapi --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5a832415fb5..6ff2aed7133 100644 --- a/configure.ac +++ b/configure.ac @@ -1367,6 +1367,8 @@ if test "x$enable_openvg" = xyes; then CORE_DIRS="$CORE_DIRS mapi/vgapi" GALLIUM_STATE_TRACKERS_DIRS="vega $GALLIUM_STATE_TRACKERS_DIRS" HAVE_ST_VEGA=yes + VG_PC_LIB_PRIV="-lm -lpthread $DLOPEN_LIBS" + AC_SUBST([VG_PC_LIB_PRIV]) fi dnl @@ -2035,6 +2037,8 @@ AC_CONFIG_FILES([configs/current src/mapi/glapi/tests/Makefile src/mapi/shared-glapi/Makefile src/mapi/shared-glapi/tests/Makefile + src/mapi/vgapi/Makefile + src/mapi/vgapi/vg.pc src/mesa/Makefile src/mesa/gl.pc src/mesa/drivers/Makefile -- cgit v1.2.3