2025-04-14 11:54:47 +00:00

14 lines
540 B
Plaintext

# --- T2-COPYRIGHT-BEGIN ---
# t2/package/*/qtparted/qtparted.conf
# Copyright (C) 2004 - 2025 The T2 SDE Project
# SPDX-License-Identifier: GPL-2.0
# --- T2-COPYRIGHT-END ---
# disable reiserfs due to missing libreiserfs
var_append confopt ' ' "--disable-reiserfs --enable-shared --disable-static"
pkginstalled ntfsprogs || var_append confopt ' ' --disable-ntfs
var_append confopt " " "--with-qt-libraries=`pkgprefix libdir qt`"
# get rid of unsermake dependency :-) -ReneR
hook_add preconf 5 'autoheader; make -f admin/Makefile.common'