summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2010-04-10 14:32:12 +0200
committerJakob Bornecrantz <wallbraker@gmail.com>2010-04-12 01:50:52 +0200
commit36667036e8f569d5bbdd2954908610f293aa3130 (patch)
treef271c4b32479574c32ae110870d91728fefd86f2 /progs
parentd93c34cf70e255805a634611e971e9b0e6da1996 (diff)
progs/egl: Add lib directories to OpenVG demos
Diffstat (limited to 'progs')
-rw-r--r--progs/egl/openvg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/egl/openvg/Makefile b/progs/egl/openvg/Makefile
index 5a10cc8055..3683cb7814 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