]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- don't require X11 for build time (check on X.h instead)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 4 Sep 2005 10:46:05 +0000 (10:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv-x11.patch -> 1.1

mythtv-x11.patch [new file with mode: 0644]

diff --git a/mythtv-x11.patch b/mythtv-x11.patch
new file mode 100644 (file)
index 0000000..e1abea3
--- /dev/null
@@ -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
This page took 0.58616 seconds and 4 git commands to generate.