|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../wings3d/wings3d.conf |
|
|
|
|
# Copyright (C) 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -13,7 +14,11 @@
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
OTPDIR=`pkgprefix libdir erlang-otp`/erlang/lib/wings-$ver |
|
|
|
|
ESDLDIR=`pkgprefix libdir esdl`/erlang/lib/esdl-`pkgprefix ver esdl`/ebin |
|
|
|
|
|
|
|
|
|
var_append makeopt ' ' 'ESDL_PATH="$( pkgprefix libdir esdl )/erlang/addons/esdl-$( pkgprefix ver esdl )"' |
|
|
|
|
# use OpenGL from wx included in erlang-otp |
|
|
|
|
# (esdl >= 1.2 is not including OpenGL support anymore) |
|
|
|
|
var_append makeopt ' ' 'wx' |
|
|
|
|
|
|
|
|
|
build () { |
|
|
|
|
make $makeopt |
|
|
|
|