[vlc-devel] [PATCH] configure: Fix description of font family options
Marvin Scholz
epirat07 at gmail.com
Sun Jul 8 02:10:09 CEST 2018
These options do not take the path but the name of the font.
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 41f08aff8c..08aa60431b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3226,12 +3226,12 @@ AC_ARG_WITH([default-monospace-font],
AC_ARG_WITH([default-font-family],
AS_HELP_STRING([--with-default-font-family=NAME],
- [Path to the default font family]),
+ [Name of the default font family]),
[AC_DEFINE_UNQUOTED([DEFAULT_FAMILY],
"$withval", [Default font family])])
AC_ARG_WITH([default-monospace-font-family],
AS_HELP_STRING([--with-default-monospace-font-family=NAME],
- [Path to the default font family]),
+ [Name of the default font family]),
[AC_DEFINE_UNQUOTED([DEFAULT_MONOSPACE_FAMILY],
"$withval", [Default monospace font family])])
--
2.15.1 (Apple Git-101)
More information about the vlc-devel
mailing list