|
|
@ -2,6 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../inkscape/inkscape.conf |
|
|
|
# Filename: package/.../inkscape/inkscape.conf |
|
|
|
|
|
|
|
# Copyright (C) 2010 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2004 Clifford Wolf |
|
|
|
# Copyright (C) 1998 - 2004 Clifford Wolf |
|
|
|
# |
|
|
|
# |
|
|
@ -13,6 +14,10 @@ |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if pkginstalled libx11; then |
|
|
|
|
|
|
|
var_append GCC_WRAPPER_INSERT ' ' "-L$(pkgprefix -r libdir libx11)" |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
if pkginstalled python; then |
|
|
|
if pkginstalled python; then |
|
|
|
var_append confopt ' ' "--with-python" |
|
|
|
var_append confopt ' ' "--with-python" |
|
|
|
fi |
|
|
|
fi |
|
|
|