diff options
author | Chia-I Wu <[email protected]> | 2010-05-18 10:22:57 -0600 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-05-19 13:39:40 -0600 |
commit | 70ae8bf26fbbac58900237b815ce86c01d09eb96 (patch) | |
tree | aa35665ba6d858e693c5daa5301215ed9f14279d /progs/egl/openvg | |
parent | bc73a6289f5e28636d579e17e8a8d70a2d8d7500 (diff) |
progs/egl: Fix building on cygwin.
Update the Makefiles to use variables such as EGL_LIB_NAME. Define M_PI
if it hasn't been defined yet.
Diffstat (limited to 'progs/egl/openvg')
-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 3b11933db26..9a96ccc45f7 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 -L$(TOP)/lib -L$(TOP)/lib/gallium +VG_LIBS=-lm -L$(TOP)/$(LIB_DIR) -l$(EGL_LIB) -l$(VG_LIB) INCLUDE_DIRS = -I$(TOP)/include $(X11_CFLAGS) EGLUT_DIR = $(TOP)/progs/egl/eglut |