Browse Source

Alejandro Mery <amery@geeks.cl>:

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
rocklinux
Alejandro Mery 21 years ago
parent
commit
ef573afc73
2 changed files with 6 additions and 0 deletions
  1. +4
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +2
    -0
      package/x11/xfree86/config.in

+ 4
- 0
Documentation/Developers/CHANGELOG-RENE

@ -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

+ 2
- 0
package/x11/xfree86/config.in

@ -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

Loading…
Cancel
Save