mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
12 lines
524 B
Plaintext
12 lines
524 B
Plaintext
# --- T2-COPYRIGHT-BEGIN ---
|
|
# t2/package/*/open-vm-tools/open-vm-tools.conf
|
|
# Copyright (C) 2008 - 2025 The T2 SDE Project
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# --- T2-COPYRIGHT-END ---
|
|
|
|
pkginstalled gtk+2 && var_append GCC_WRAPPER_INSERT ' ' "-c?:-L`pkgprefix libdir gtk+2`"
|
|
pkginstalled libx11 || var_append confopt ' ' '--without-x'
|
|
pkginstalled libdnet || var_append confopt ' ' '--without-dnet'
|
|
pkginstalled icu4c || var_append confopt ' ' '--without-icu'
|
|
pkginstalled gtkmm3 || var_append confopt ' ' --without-gtkmm3
|