Browse Source

eina: removed capability to set e17 prefix via Config

stable/0.2
Christian Wiese 14 years ago
parent
commit
78ca92876d
  1. 24
      e17/eina/config.in
  2. 4
      e17/eina/parse-config

24
e17/eina/config.in

@ -1,24 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../eina/config.in
# Copyright (C) 2010 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if pkgcheck eina X
then
menu_begin MENU_PKG_E17 'Enlightenment 17 Options'
text 'Install prefix for E17 Packages' \
SDECFG_PKG_E17_CORE_PREFIX "opt/e17"
menu_end
fi

4
e17/eina/parse-config

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../eina/parse-config
# Copyright (C) 2010 The OpenSDE Project
# Copyright (C) 2010 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -17,7 +17,7 @@
if hasflag E17; then
if [ "$prefix_auto" = 1 ] ; then
if [ "$pkg" == eina ]; then
prefix="${SDECFG_PKG_E17_CORE_PREFIX:-opt/e17}"
prefix="opt/e17"
set_confopt
elif pkginstalled eina ; then
pkgprefix -t eina

Loading…
Cancel
Save