]> git.pld-linux.org Git - packages/mythtv.git/blob - mythtv-x11.patch
- don't require X11 for build time (check on X.h instead)
[packages/mythtv.git] / mythtv-x11.patch
1 --- ./configure~        2005-09-04 11:49:01.000000000 +0300
2 +++ ./configure 2005-09-04 13:43:02.000000000 +0300
3 @@ -1683,7 +1683,7 @@
4  
5  if test x"$x11" = x"yes" ; then
6      x11="no"
7 -    if test -f /usr/X11R6/bin/xinit ; then
8 +    if test -f /usr/X11R6/include/X11/X.h; then
9          x11="yes"
10      fi
11  fi
This page took 0.07588 seconds and 3 git commands to generate.