fixed circular nonsense, sorry raster - all gone. (use fonts in ecore)

SVN revision: 10203
This commit is contained in:
handyande 2004-05-13 12:43:57 +00:00 committed by handyande
parent 688654a1aa
commit a1b99a1450
3 changed files with 3 additions and 6 deletions

View File

@ -640,6 +640,7 @@ src/lib/ecore_ipc/Ecore_Ipc.h
src/lib/ecore_ipc/Makefile
src/lib/ecore_txt/Makefile
src/lib/ecore_config/Makefile
src/lib/ecore_config/build_system.db.sh
debian/Makefile
examples/Makefile
], [

View File

@ -11,3 +11,4 @@ convenience.lo
libecore_config.la
ecore_config_ipc_ecore.la
system.db
build_system.db.sh

View File

@ -1,12 +1,7 @@
#!/bin/sh
DB=system.db
edb_ed $DB add /e/theme/name str "winter"
### oi handy - and WHOSE bright idea was it to have ecore_config depend on
### edje when edje already depends on ecore? eh? eh?
### do i smell a circular dependency????? fix this.
#EDJE_BIN=`which edje`
#EDJE_DIR=`dirname $EDJE_BIN`
#edb_ed $DB add /e/font/path str "$EDJE_DIR/../share/edje/data/test/fonts"
edb_ed $DB add /e/font/path str "@prefix@/share/@PACKAGE@/data/fonts"
if [ $BROWSER ]; then
edb_ed $DB add /apps/web/browser str "$BROWSER"
else