progs/egl: Add lib directories to OpenVG demos
authorJakob Bornecrantz <wallbraker@gmail.com>
Sat, 10 Apr 2010 12:32:12 +0000 (14:32 +0200)
committerJakob Bornecrantz <wallbraker@gmail.com>
Sun, 11 Apr 2010 23:50:52 +0000 (01:50 +0200)
progs/egl/openvg/Makefile

index 5a10cc8055fd9ea174984d68157d58f017feee2c..3683cb7814a53e641a53329d173b0650d2335460 100644 (file)
@@ -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