From: Elan Ruusamäe Date: Sun, 4 Sep 2005 10:46:05 +0000 (+0000) Subject: - don't require X11 for build time (check on X.h instead) X-Git-Tag: auto/ac/mythtv-0_19-1~45 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fmythtv.git;a=commitdiff_plain;h=2be0b978f32e687d9c65fd0d3e941210a0972fd1 - don't require X11 for build time (check on X.h instead) Changed files: mythtv-x11.patch -> 1.1 --- diff --git a/mythtv-x11.patch b/mythtv-x11.patch new file mode 100644 index 0000000..e1abea3 --- /dev/null +++ b/mythtv-x11.patch @@ -0,0 +1,11 @@ +--- ./configure~ 2005-09-04 11:49:01.000000000 +0300 ++++ ./configure 2005-09-04 13:43:02.000000000 +0300 +@@ -1683,7 +1683,7 @@ + + if test x"$x11" = x"yes" ; then + x11="no" +- if test -f /usr/X11R6/bin/xinit ; then ++ if test -f /usr/X11R6/include/X11/X.h; then + x11="yes" + fi + fi