diff options
author | Matt Turner <[email protected]> | 2012-08-22 16:57:38 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-24 11:08:19 -0700 |
commit | 261719b21c3dab4e2c0b79bbe148f494667da67c (patch) | |
tree | ccc227cefd3c5c818c05814d303f63fc042f1cc8 /configure.ac | |
parent | ba4a36d8cdd6425c1263026e953cc3977d1192c6 (diff) |
automake: convert vgapi
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
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 |