summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-10-20 08:36:16 -0700
committerJohn Stebbins <[email protected]>2016-10-20 08:36:16 -0700
commit48b3e818a965ca75cf300555e2401d3e3c50e1a5 (patch)
treeef091f8c08409768c84380c5900d5e1604296b8a /gtk
parenta2bcb6e3da622a8722f8dcfb7bfe90200780832d (diff)
LinGui: fix help string for --enable-flatpak configure option
Nobody ever sees this since configure is run by HandBrake's build system. But might as well make it right ;)
Diffstat (limited to 'gtk')
-rw-r--r--gtk/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac
index 43dc81942..93ef3cf20 100644
--- a/gtk/configure.ac
+++ b/gtk/configure.ac
@@ -53,7 +53,7 @@ else
fi
AC_ARG_ENABLE(flatpak,
- AS_HELP_STRING([--enable-flatpak], [enable QSV encoder]),
+ AS_HELP_STRING([--enable-flatpak], [enable flatpak packaging]),
use_flatpak=yes, use_flatpak=no)
AC_ARG_ENABLE(dl,