fixup damage ext

This commit is contained in:
Enrico Weigelt, metux IT consult
2024-05-13 19:06:33 +02:00
parent bf9c974def
commit 148eae6c49
4 changed files with 1 additions and 9 deletions

View File

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

View File

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