diff --git a/projects/ATV/options b/projects/ATV/options index 9607209c40..4543d2cdad 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -213,6 +213,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau" GRAPHIC_DRIVERS="nouveau" +# Mesa to use (Mesa / mesa) + MESA="mesa" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="no" diff --git a/projects/Fusion/options b/projects/Fusion/options index 4d00aba18a..866fd589b8 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -213,6 +213,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon fglrx nvidia nouveau" GRAPHIC_DRIVERS="fglrx" +# Mesa to use (Mesa / mesa) + MESA="mesa" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="no" diff --git a/projects/Generic/options b/projects/Generic/options index 0dd689633c..98d89832a1 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -213,6 +213,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 nvidia nouveau" GRAPHIC_DRIVERS="fglrx i915 i965 nvidia vmware" +# Mesa to use (Mesa / mesa) + MESA="mesa" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="yes" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index ef7a6dc4f9..a6240b4c6f 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -213,6 +213,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 nvidia nouveau" GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 nouveau vmware" +# Mesa to use (Mesa / mesa) + MESA="mesa" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="yes" diff --git a/projects/ION/options b/projects/ION/options index c3574d6891..9162623451 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -213,6 +213,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau" GRAPHIC_DRIVERS="nvidia" +# Mesa to use (Mesa / mesa) + MESA="mesa" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="yes" diff --git a/projects/Intel/options b/projects/Intel/options index 1e40348bb1..f6c24db492 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -213,6 +213,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau" GRAPHIC_DRIVERS="i915 i965" +# Mesa to use (Mesa / mesa) + MESA="mesa" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="no" diff --git a/projects/Ultra/options b/projects/Ultra/options index b52768bd65..24f4c4467b 100755 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -213,6 +213,9 @@ # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau" GRAPHIC_DRIVERS="nvidia" +# Mesa to use (Mesa / mesa) + MESA="mesa" + # Use VDPAU video acceleration (needs nVidia driver and a supported card) VDPAU="yes"