only let select xfree86 version and options if one of them was selected for building. git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1368 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -1,4 +1,8 @@
*) 2003-09-10 (2.0.0-rc1 - 2.0.0-rc2)
- Alejandro Mery: fixed xfree config.in
*) 2003-09-09 (2.0.0-rc1 - 2.0.0-rc2)
- Dimitar Zhekov: fxed kbd for DevFS and DevPTS and config option for w3m
@ -20,6 +20,7 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
if pkgcheck xfree86 X || pkgcheck xfree86-cvs X; then
menu_begin MENU_PKG_XFREE86 'XFree86 Options'
bool 'Use a CVS checkout instead of last stable release' \
ROCKCFG_PKG_XFREE86_CVS 0
@ -36,4 +37,5 @@ menu_begin MENU_PKG_XFREE86 'XFree86 Options'
ROCKCFG_PKG_XFREE86_XINERAMA 1
menu_end
fi