summaryrefslogtreecommitdiffstats
path: root/e-17/FUNCTIONS
blob: d2df2cb7dace14c0b0bc770512b8cd35c0d5ba47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#-------------------------------------------------------------------------
## Default build for Enlightenment DR17 modules
## These modules should not use --prefix, but rather get their
## installation path from `enlightenment-config --module-dir`
#-------------------------------------------------------------------------
default_build_e17_module() {
  ./configure  --sysconfdir=${INSTALL_ROOT}/etc                 \
            --localstatedir=${INSTALL_ROOT}/var                 \
                   --mandir=${INSTALL_ROOT}/usr/share/man       \
                  --infodir=${INSTALL_ROOT}/usr/share/info      \
                            $OPTS
}