diff options
author | jmz <jmz@FreeBSD.org> | 1997-06-19 04:50:30 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-06-19 04:50:30 +0800 |
commit | 7fb2542f5c97b8fee01cf4a765bb6586bff9fed6 (patch) | |
tree | c687d972975f8663b66521ca3c0f80defba47ab1 /x11 | |
parent | cacace7cc15c3931c1c751bb43c59a6d21cfe966 (diff) | |
download | freebsd-ports-gnome-7fb2542f5c97b8fee01cf4a765bb6586bff9fed6.tar.gz freebsd-ports-gnome-7fb2542f5c97b8fee01cf4a765bb6586bff9fed6.tar.zst freebsd-ports-gnome-7fb2542f5c97b8fee01cf4a765bb6586bff9fed6.zip |
Add another informative message: the VGA16 server is required when using
XF86Setup to set the initial configuration.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/scripts/configure | 4 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/scripts/configure | 4 | ||||
-rw-r--r-- | x11/XFree86-4/scripts/configure | 4 | ||||
-rw-r--r-- | x11/XFree86/scripts/configure | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/x11/XFree86-4-clients/scripts/configure b/x11/XFree86-4-clients/scripts/configure index 2d2133259ca0..d5d693bbfbc7 100644 --- a/x11/XFree86-4-clients/scripts/configure +++ b/x11/XFree86-4-clients/scripts/configure @@ -49,6 +49,10 @@ cat <<END by only compiling the server you will be using. It will also save you considerable compile time. END +if [ X$tkversion != X ]; then + echo "*** If you want to use XF86Setup to set the INITIAL configuration," + echo "*** then you must build the VGA server" +fi # force the compilation of the SVGA server. echo "#undef XF86SVGAServer" >>$F echo "#define XF86SVGAServer YES" >>$F diff --git a/x11/XFree86-4-libraries/scripts/configure b/x11/XFree86-4-libraries/scripts/configure index 2d2133259ca0..d5d693bbfbc7 100644 --- a/x11/XFree86-4-libraries/scripts/configure +++ b/x11/XFree86-4-libraries/scripts/configure @@ -49,6 +49,10 @@ cat <<END by only compiling the server you will be using. It will also save you considerable compile time. END +if [ X$tkversion != X ]; then + echo "*** If you want to use XF86Setup to set the INITIAL configuration," + echo "*** then you must build the VGA server" +fi # force the compilation of the SVGA server. echo "#undef XF86SVGAServer" >>$F echo "#define XF86SVGAServer YES" >>$F diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure index 2d2133259ca0..d5d693bbfbc7 100644 --- a/x11/XFree86-4/scripts/configure +++ b/x11/XFree86-4/scripts/configure @@ -49,6 +49,10 @@ cat <<END by only compiling the server you will be using. It will also save you considerable compile time. END +if [ X$tkversion != X ]; then + echo "*** If you want to use XF86Setup to set the INITIAL configuration," + echo "*** then you must build the VGA server" +fi # force the compilation of the SVGA server. echo "#undef XF86SVGAServer" >>$F echo "#define XF86SVGAServer YES" >>$F diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure index 2d2133259ca0..d5d693bbfbc7 100644 --- a/x11/XFree86/scripts/configure +++ b/x11/XFree86/scripts/configure @@ -49,6 +49,10 @@ cat <<END by only compiling the server you will be using. It will also save you considerable compile time. END +if [ X$tkversion != X ]; then + echo "*** If you want to use XF86Setup to set the INITIAL configuration," + echo "*** then you must build the VGA server" +fi # force the compilation of the SVGA server. echo "#undef XF86SVGAServer" >>$F echo "#define XF86SVGAServer YES" >>$F |