mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
fixup damage ext
This commit is contained in:
@@ -55,6 +55,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
/* required by: libglx */
|
||||
extern _X_EXPORT Bool noCompositeExtension;
|
||||
extern _X_EXPORT Bool noDamageExtension;
|
||||
|
||||
/* required by: several video drivers (eg. vmware, sis and nvidia proprietary) */
|
||||
#ifdef XINERAMA
|
||||
|
||||
@@ -212,8 +212,6 @@ conf_data.set('CONFIG_LEGACY_NVIDIA_PADDING', legacy_nvidia_padding ? '1' : fals
|
||||
|
||||
# some drivers (eg. xf86-video-intel) still relying on this symbol being set
|
||||
conf_data.set('COMPOSITE', '1')
|
||||
|
||||
conf_data.set('DAMAGE', '1')
|
||||
conf_data.set('DBE', '1')
|
||||
conf_data.set('DGA', build_dga ? '1' : false)
|
||||
conf_data.set('DPMSExtension', build_dpms ? '1' : false)
|
||||
|
||||
Reference in New Issue
Block a user