* updated wlroots (0.17.3 -> 0.18.1)
[t2sde.git] / package / filesystem / xfsprogs / xfsprogs.conf
blob8112a5dffba20c0211ec2b7430bbfe46f240eff0
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/xfsprogs/xfsprogs.conf
3 # Copyright (C) 2004 - 2024 The T2 SDE Project
4 # Copyright (C) 1998 - 2003 ROCK Linux Project
5
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 # only static libs go here
14 var_append confopt ' ' "--libexecdir='$libdir'"
16 # tell xfsprogs whether we have a gettext package
17 pkginstalled gettext || var_append confopt ' ' "--enable-gettext=no"
18 var_append confopt ' ' "--with-udev-rule-dir=/lib/udev/rules.d"
20 bindir="${prefix:+/$prefix}/sbin"
21 sbindir="/sbin"
22 libdir="/${libdir##*/}"
24 # also install headers and libs
25 var_append makeinstopt ' ' 'install-dev'
26 var_append makeinstopt ' ' 'DIST_ROOT=$root -j1'