From 564d18c8e56cd6f271a928f1dc835b40e1f5a181 Mon Sep 17 00:00:00 2001 From: Alexander Volkov Date: Mon, 1 Oct 2018 16:58:30 +0300 Subject: Add DPMSInfoNotify event This will allow applications to respond to changes of power level of a monitor, e.g. an application may stop rendering and related calculations when the monitor is off. Bump DPMS version to 1.2, install dpmsproto.pc. Signed-off-by: Alexander Volkov --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 18f4203..59c49cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,9 @@ dmx_HEADERS = \ dmxprotopkgconfigdir = $(datadir)/pkgconfig dmxprotopkgconfig_DATA = dmxproto.pc +dpmsprotopkgconfigdir = $(datadir)/pkgconfig +dpmsprotopkgconfig_DATA = dpmsproto.pc + dri2dir = $(includedir)/X11/extensions dri2_HEADERS = \ include/X11/extensions/dri2proto.h \ -- cgit v1.2.3