CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
evas and ecore: Fixed tests.
[attic/ports/e17-cross.git] / ecore / Pkgfile
index a64698885bcd8706c0c8a450c913454815b0dd17..ae26b2cc7150180db6b073cb2b85828d0872038b 100644 (file)
@@ -20,12 +20,9 @@ build()
   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 EVAS_LIBS="-L$CLFS/usr/lib -levas"
-#  export EVAS_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/freetype2 -I$CLFS/usr/include/eina-0 -I$CLFS/usr/include/eina-0/eina"
   export EVAS_CFLAGS="-I$CLFS/usr/include"
   export EET_LIBS="-L$CLFS/usr/lib -leet"
   export EET_CFLAGS="-I$CLFS/usr/include"
-  #export x_cflags="-I$CLFS/usr/lib"
-  #export x_libs="-L$CLFS/usr/lib -lX11 -lXext"
   export TSLIB_LIBS="-L$CLFS/usr/lib -lts"
   export TSLIB_CFLAGS="-I$CLFS/usr/include"
   export CFLAGS="$CFLAGS -I$CLFS/usr/include"
@@ -60,14 +57,11 @@ build()
               --enable-ecore-evas-software-sdl \
               --enable-ecore-evas-xrender-xcb \
               --enable-ecore-evas-software-x11 \
-              --enable-ecore-evas-xrender-x11 \
-              --enable-ecore-evas-fb \
-              --enable-tslib 
+              --enable-ecore-evas-xrender-x11 
 
   find -type f -name 'Makefile*' \
     -exec sed -e "s|/usr/X11R6|$CLFS/usr|g" -i {} \;
-#    -e "s|-I/usr/X11R6/include|-I$CLFS/usr/include|g" -i {} \;
 
-  make V=1 
+  make 
   make install DESTDIR=$PKG
 }