added efl deps
This commit is contained in:
parent
d417383412
commit
1a1b5fa515
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
ROOTDIR="pyneo-chroot"
|
ROOTDIR="pyneo-chroot"
|
||||||
DIST="sid"
|
DIST="sid"
|
||||||
EFL=false
|
EFL=true
|
||||||
PYNEO=true
|
PYNEO=true
|
||||||
XFCE=false
|
XFCE=false
|
||||||
XORG=true
|
XORG=true
|
||||||
|
@ -117,7 +117,7 @@ chroot $ROOTDIR apt-get update -qq
|
||||||
|
|
||||||
# install enlightenment
|
# install enlightenment
|
||||||
if $EFL; then
|
if $EFL; then
|
||||||
chroot $ROOTDIR apt-get install python-evas python-edje python-elementary python-emotion python-edbus libedje-bin -qq
|
chroot $ROOTDIR apt-get install libevas-svn-05-engines-core libevas-svn-05-engines-x python-evas python-edje python-elementary python-emotion python-edbus libedje-bin -qq
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# install xorg
|
# install xorg
|
||||||
|
|
Loading…
Reference in a new issue