- Timestamp:
- 03/21/09 14:39:23 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
openmoko/trunk/openmoko-target/x11-libs/ewl/ewl-20090313.ebuild
r196 r260 14 14 15 15 RDEPEND=" 16 X?( x11-libs/libXrender )17 xcb? ( x11-misc/xcb )18 sdl?( media-libs/libsdl )19 opengl?( virtual/opengl )16 X? ( x11-libs/libXrender ) 17 xcb? ( x11-misc/xcb ) 18 sdl? ( media-libs/libsdl ) 19 opengl? ( virtual/opengl ) 20 20 =media-libs/emotion-${PVR} 21 21 =media-libs/epsilon-${PVR}" … … 26 26 27 27 src_compile() { 28 local myconf 29 30 myconf="${myconf} 31 $(use_enable X software-x11) \ 32 $(use_enable X software-16-x11) \ 33 $(use_enable xcb software-xcb) \ 34 $(use_enable sdl software-sdl) \ 35 $(use_enable fbcon fb) \ 36 $(use_enable opengl opengl-glew) \ 37 $(use_enable opengl opengl-x11) \ 38 $(use_enable X xrender-x11) \ 39 --enable-software-buffer \ 28 econf \ 29 $(use_enable X software-x11) \ 30 $(use_enable X software-16-x11) \ 31 $(use_enable xcb software-xcb) \ 32 $(use_enable sdl software-sdl) \ 33 $(use_enable fbcon fb) \ 34 $(use_enable opengl opengl-glew) \ 35 $(use_enable opengl opengl-x11) \ 36 $(use_enable X xrender-x11) \ 37 --enable-software-buffer \ 40 38 --x-includes=${SYSROOT}/usr/X11R6/include \ 41 --x-libraries=${SYSROOT}/usr/X11R6/lib" 42 43 44 econf ${myconf} || die "Configuration failed" 45 emake || die "Make failed" 39 --x-libraries=${SYSROOT}/usr/X11R6/lib \ 40 || die 41 emake || die 46 42 }
