mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
15 lines
708 B
Plaintext
15 lines
708 B
Plaintext
# --- T2-COPYRIGHT-BEGIN ---
|
|
# t2/package/*/crimson/crimson.conf
|
|
# Copyright (C) 2004 - 2025 The T2 SDE Project
|
|
# Copyright (C) 1998 - 2003 ROCK Linux Project
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# --- T2-COPYRIGHT-END ---
|
|
|
|
bindir=$root/$SDECFG_PKG_GAMES_BINDIR
|
|
datadir=$root/$SDECFG_PKG_GAMES_DATADIR
|
|
[ "$SDECFG_PKG_CRIMSON_ZLIB" == "0" ] && var_append confopt ' ' "--disable-zlib"
|
|
[ "$SDECFG_PKG_CRIMSON_SOUND" == "0" ] && var_append confopt ' ' "--disable-sound"
|
|
[ "$SDECFG_PKG_CRIMSON_CFED" == "1" ] && var_append confopt ' ' "--enable-cfed"
|
|
[ "$SDECFG_PKG_CRIMSON_BI2CF" == "1" ] && var_append confopt ' ' "--enable-bi2cf"
|
|
[ "$SDECFG_PKG_CRIMSON_COMET" == "1" ] && var_append confopt ' ' "--enable-comet"
|