Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mmisiewicz on github.
  • I am mmisiewicz2 (https://keybase.io/mmisiewicz2) on keybase.
  • I have a public key whose fingerprint is 0EB8 0497 3283 F34E 8F62 F1AE A57E 25A2 3B07 4D79

To claim this, I am signing this object:

0xB73230709caBf48455b63bC7721695FB4f704028
@mmisiewicz
mmisiewicz / myth_qtwebkit_option.diff
Last active May 13, 2018 21:16
allow option to disable qtwebkit
diff --git a/mythtv/configure b/mythtv/configure
index 0d5c540f5d..19dc358360 100755
--- a/mythtv/configure
+++ b/mythtv/configure
@@ -140,7 +140,8 @@ Advanced options (experts only):
--disable-libass disable libass SSA/ASS subtitle support
--disable-systemd_notify disable systemd notify support
--disable-systemd_journal disable systemd journal support
-
+ --disable-qtwebkit disable QT webkit support (for built in browser)
index 0d5c540f5d..19dc358360 100755
--- a/mythtv/configure
+++ b/mythtv/configure
@@ -140,7 +140,8 @@ Advanced options (experts only):
--disable-libass disable libass SSA/ASS subtitle support
--disable-systemd_notify disable systemd notify support
--disable-systemd_journal disable systemd journal support
-
+ --disable-qtwebkit disable QT webkit support (for built in browser)
+