Show
Ignore:
Timestamp:
03/21/09 14:39:23 (3 years ago)
Author:
max_posedon
Message:

applying alonbl's indent an myconf patches, thanks alonbl! great work

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • openmoko/trunk/openmoko-target/x11-libs/ewl/ewl-20090313.ebuild

    r196 r260  
    1414 
    1515RDEPEND=" 
    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 ) 
    2020        =media-libs/emotion-${PVR} 
    2121        =media-libs/epsilon-${PVR}" 
     
    2626 
    2727src_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 \ 
    4038            --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 
    4642}