By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1702
Collapse All | Expand All

(-)tdebase/CMakeLists.txt (-1 / +1 lines)
Lines 76-82 Link Here
76
option( WITH_LIBART "Enable libart support (for SVG icons and wallpapers)" ${WITH_ALL_OPTIONS} )
76
option( WITH_LIBART "Enable libart support (for SVG icons and wallpapers)" ${WITH_ALL_OPTIONS} )
77
option( WITH_LIBUSB "Enable control of some mouse models through libusb" ${WITH_ALL_OPTIONS} )
77
option( WITH_LIBUSB "Enable control of some mouse models through libusb" ${WITH_ALL_OPTIONS} )
78
option( WITH_LIBRAW1394 "Enable visualization of ieee1394 devices through libraw1394" ${WITH_ALL_OPTIONS} )
78
option( WITH_LIBRAW1394 "Enable visualization of ieee1394 devices through libraw1394" ${WITH_ALL_OPTIONS} )
79
option( WITH_SUDO_TDESU_BACKEND "Use sudo as backend for tdesu (default is su)" ${WITH_ALL_OPTIONS} )
79
option( WITH_SUDO_TDESU_BACKEND "Use sudo as backend for tdesu (default is su)" OFF )
80
option( WITH_PAM "tdm should use PAM" ${WITH_ALL_OPTIONS} )
80
option( WITH_PAM "tdm should use PAM" ${WITH_ALL_OPTIONS} )
81
option( WITH_SHADOW "tdm should use shadow passwords" ${WITH_ALL_OPTIONS} )
81
option( WITH_SHADOW "tdm should use shadow passwords" ${WITH_ALL_OPTIONS} )
82
option( WITH_XDMCP "xdmcp support for tdm" ${WITH_ALL_OPTIONS} )
82
option( WITH_XDMCP "xdmcp support for tdm" ${WITH_ALL_OPTIONS} )

Return to bug 1702