|
Lines 17-27
Link Here
|
| 17 |
|
17 |
|
| 18 |
USE_X_PREFIX= yes |
18 |
USE_X_PREFIX= yes |
| 19 |
USE_FREETYPE= yes |
19 |
USE_FREETYPE= yes |
| 20 |
USE_MESA= yes |
|
|
| 21 |
USE_LIBTOOL= yes |
20 |
USE_LIBTOOL= yes |
| 22 |
INSTALLS_SHLIB= yes |
21 |
INSTALLS_SHLIB= yes |
| 23 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |
22 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |
| 24 |
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |
23 |
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |
|
|
24 |
CONFIGURE_ARGS= --disable-gl |
| 25 |
|
25 |
|
| 26 |
post-install: |
26 |
post-install: |
| 27 |
@strip ${PREFIX}/lib/libevas.so.0 |
27 |
@strip ${PREFIX}/lib/libevas.so.0 |