Module: Mesa Branch: master Commit: 36667036e8f569d5bbdd2954908610f293aa3130 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=36667036e8f569d5bbdd2954908610f293aa3130
Author: Jakob Bornecrantz <[email protected]> Date: Sat Apr 10 14:32:12 2010 +0200 progs/egl: Add lib directories to OpenVG demos --- progs/egl/openvg/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/progs/egl/openvg/Makefile b/progs/egl/openvg/Makefile index 5a10cc8..3683cb7 100644 --- a/progs/egl/openvg/Makefile +++ b/progs/egl/openvg/Makefile @@ -3,7 +3,7 @@ TOP = ../../.. include $(TOP)/configs/current -VG_LIBS=-lm -lEGL -lOpenVG +VG_LIBS=-lm -lEGL -lOpenVG -L$(TOP)/lib -L$(TOP)/lib/gallium INCLUDE_DIRS = -I$(TOP)/include EGLUT_DIR = $(TOP)/progs/egl/eglut _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
