CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
e17-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8825ca
)
evas: Fixed PNG libs.
author
Victor Martinez
<pitillo@ono.com>
Wed, 17 Feb 2010 11:29:52 +0000
(11:29 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Wed, 17 Feb 2010 11:29:52 +0000
(11:29 +0000)
evas/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/evas/Pkgfile
b/evas/Pkgfile
index 334e6d7ad106e4c49bd9737afb76d1d75e5ec78a..aca3b293649ac83d0a6464ebf77508abf0b65912 100644
(file)
--- a/
evas/Pkgfile
+++ b/
evas/Pkgfile
@@
-25,6
+25,8
@@
build()
export XCBRENDER_CFLAGS="-I$CLFS/usr/include"
export SDL_LIBS="-L$CLFS/usr/lib -lSDL -lpthread"
export SDL_CFLAGS="-L$CLFS/usr/lib -I$CLFS/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT"
+ export PNG_LIBS="-L$CLFS/usr/lib"
+ export PNG_CFLAGS="-I$CLFS/usr/include"
export CFLAGS="$CFLAGS -I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions"
export LIBS="-L$CLFS/usr/lib -lXrender -lX11 -lXext"