build: remove HAVE_DPMS_PROTOTYPES, Single use and assumed due to another var being set

This commit is contained in:
sithlord48
2025-06-13 22:03:26 -04:00
committed by Nick Bolton
parent da5a2088c8
commit 60a148ce68
3 changed files with 0 additions and 24 deletions

View File

@ -194,11 +194,6 @@ macro(configure_xorg_libs)
check_include_files("${XKBlib}" HAVE_X11_XKBLIB_H)
check_include_files("X11/extensions/XInput2.h" HAVE_XI2)
if(HAVE_X11_EXTENSIONS_DPMS_H)
# Assume that function prototypes declared, when include exists.
set(HAVE_DPMS_PROTOTYPES 1)
endif()
if(NOT HAVE_X11_XKBLIB_H)
message(FATAL_ERROR "Missing header: " ${XKBlib})
endif()