Browse Source

jack: enhanced to build if libcap is not available

cross
Alejandro Mery 16 years ago
parent
commit
be867e1442
  1. 5
      audio/jack/jack.conf

5
audio/jack/jack.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../jack/jack.conf # Filename: package/.../jack/jack.conf
# Copyright (C) 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -12,5 +13,7 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
var_append confopt " " "--enable-capabilities" if pkginstalled libcap; then
var_append confopt " " "--enable-capabilities"
fi

Loading…
Cancel
Save