diff options
author | Jakob Bornecrantz <[email protected]> | 2010-04-10 14:32:12 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-04-12 01:50:52 +0200 |
commit | 36667036e8f569d5bbdd2954908610f293aa3130 (patch) | |
tree | f271c4b32479574c32ae110870d91728fefd86f2 /progs | |
parent | d93c34cf70e255805a634611e971e9b0e6da1996 (diff) |
progs/egl: Add lib directories to OpenVG demos
Diffstat (limited to 'progs')
-rw-r--r-- | 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 5a10cc8055f..3683cb7814a 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 |