Browse Source

Made e pkg dependent on imlib2.

early
Minto van der Sluis 18 years ago
parent
commit
e4bc16209e
  1. 1
      e17/e/parse-config

1
e17/e/parse-config

@ -16,6 +16,7 @@
if hasflag E17; then if hasflag E17; then
if [ "$prefix_auto" = 1 ] ; then if [ "$prefix_auto" = 1 ] ; then
if [ "$pkg" == e ]; then if [ "$pkg" == e ]; then
pkgprefix -t imlib2
prefix="${SDECFG_PKG_E17_CORE_PREFIX:-opt/e17}" prefix="${SDECFG_PKG_E17_CORE_PREFIX:-opt/e17}"
set_confopt set_confopt
elif pkginstalled e ; then elif pkginstalled e ; then

Loading…
Cancel
Save