edje requires ecore-job

SVN revision: 28856
This commit is contained in:
tilman 2007-03-21 16:20:06 +00:00 committed by tilman
parent 07ecf892cf
commit 1989a6bdde
2 changed files with 2 additions and 1 deletions

View File

@ -81,6 +81,7 @@ AC_ARG_ENABLE(edje-cc, [ --disable-edje-cc disable building of edje_cc ],
PKG_CHECK_MODULES(EDJE, [
evas >= 0.9.9
ecore-evas >= 0.9.9
ecore-job >= 0.9.9
eet >= 0.9.10
embryo >= 0.9.1
])

View File

@ -7,7 +7,7 @@ datadir=@datadir@/edje
Name: edje
Description: Enlightened graphical design and layout engine.
Requires: ecore evas eet embryo
Requires: ecore-evas ecore-job eet embryo
Version: @VERSION@
Libs: -L${libdir} -ledje
Cflags: -I${includedir}