Browse Source

evas.conf cleanups and fixed ecore to build all the code needed by e17 apps

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2224 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
1a3696f00f
2 changed files with 8 additions and 2 deletions
  1. +7
    -1
      package/rene/ecore/ecore.conf
  2. +1
    -1
      package/rene/evas/evas.conf

+ 7
- 1
package/rene/ecore/ecore.conf

@ -20,6 +20,12 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
. $base/package/*/imlib2/e17.conf
var_append confopt " " "--enable-ecore-x \
--enable-ecore-evas --enable-ecore-evas-gl \
--enable-ecore-job --enable-ecore-con --enable-ecore-ipc"
# work around to always utilize other e17 headers and libs ...
var_append CC_WRAPPER_APPEND " " "-I$includedir -L$libdir"

+ 1
- 1
package/rene/evas/evas.conf

@ -28,7 +28,7 @@
# do s.th. with (?)
#--enable-cpu-p2-only
confopt="$confopt --enable-software-x11 --enable-gl-x11 \
var_append confopt " " "--enable-software-x11 --enable-gl-x11 \
--enable-image-loader-png --enable-image-loader-jpeg \
--enable-image-loader-eet --enable-image-loader-edb \
--enable-cpu-c \

Loading…
Cancel
Save