diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-03-04 09:46:40 +0100 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-05 00:18:22 +1300 |
commit | 5aa4dea024d69e29e4a7ccfca5494146d44a6a39 (patch) | |
tree | 46bb6109ea3b9178b8161eae83748779d84ac8eb /multimedia | |
parent | 3ab4d5bc6912b920a4e6c52de5efd4cf8b31ba69 (diff) |
multimedia/gnash: Remove stray space, note the opt dep qt4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gnash/README | 1 | ||||
-rw-r--r-- | multimedia/gnash/gnash.SlackBuild | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gnash/README b/multimedia/gnash/README index 9e034fc885f9a..8f15693bf89ad 100644 --- a/multimedia/gnash/README +++ b/multimedia/gnash/README @@ -4,3 +4,4 @@ desktop or an embedded device, as well as a plugin for several browsers. Plugins are now disabled by default due to browsers removing support. Optional but recommended deps are gst0-ffmpeg and gst0-plugins-ugly. +Another optional dependency is qt4. diff --git a/multimedia/gnash/gnash.SlackBuild b/multimedia/gnash/gnash.SlackBuild index 2085970f10556..7c43910dd933c 100644 --- a/multimedia/gnash/gnash.SlackBuild +++ b/multimedia/gnash/gnash.SlackBuild @@ -127,7 +127,7 @@ autoreconf -vif --enable-ssl \ --without-gconf \ --with-plugins-install=system \ - --disable-npapi \ + --disable-npapi \ $KPARTS3_OPT \ $KPARTS4_OPT \ CFLAGS="$SLKCFLAGS" \ |