Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 688084 | Differences between
and this patch

Collapse All | Expand All

(-)a/mythtv/configure (+8 lines)
Lines 6651-6656 if enabled x11; then Link Here
6651
			# This is hopefully temporary.
6651
			# This is hopefully temporary.
6652
			disable xnvctrl_external
6652
			disable xnvctrl_external
6653
			;;
6653
			;;
6654
                    *gentoo*)
6655
                        if [ -e "/usr/bin/nvidia-settings" ]
6656
                        then
6657
                            require XNVctrl "X11/Xlib.h NVCtrl/NVCtrl.h NVCtrl/NVCtrlLib.h" XNVCTRLIsNvScreen -lXNVCtrl || disable xnvctrl
6658
                        else
6659
                            disable xnvctrl_external
6660
                        fi
6661
                        ;;
6654
		    *)
6662
		    *)
6655
                        require XNVctrl "X11/Xlib.h NVCtrl/NVCtrl.h NVCtrl/NVCtrlLib.h" XNVCTRLIsNvScreen -lXNVCtrl || disable xnvctrl
6663
                        require XNVctrl "X11/Xlib.h NVCtrl/NVCtrl.h NVCtrl/NVCtrlLib.h" XNVCTRLIsNvScreen -lXNVCtrl || disable xnvctrl
6656
                        ;;
6664
                        ;;

Return to bug 688084