diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2016-08-30 12:05:01 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2016-08-30 12:05:01 -0700 |
commit | 873a3f8c4c697f4f7bed2f79137319decf4eed48 (patch) | |
tree | c149d02433df0b131c886cb715695e073a5a45d5 /Makefile.am | |
parent | c7001437eff9ccf5add648d6210ea94c597e6a28 (diff) | |
download | weston-873a3f8c4c697f4f7bed2f79137319decf4eed48.tar.gz weston-873a3f8c4c697f4f7bed2f79137319decf4eed48.tar.bz2 weston-873a3f8c4c697f4f7bed2f79137319decf4eed48.zip |
Revert "compositor: Add public interface support for client-requested idle inhibition"
This reverts commit 689feced3c0022e8f5cce79df0b19cc370de6247.
(Accidental landing)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 6241fa04..1e63a58c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -176,9 +176,7 @@ nodist_libweston_@LIBWESTON_MAJOR@_la_SOURCES = \ protocol/relative-pointer-unstable-v1-protocol.c \ protocol/relative-pointer-unstable-v1-server-protocol.h \ protocol/pointer-constraints-unstable-v1-protocol.c \ - protocol/pointer-constraints-unstable-v1-server-protocol.h \ - protocol/idle-inhibit-unstable-v1-protocol.c \ - protocol/idle-inhibit-unstable-v1-server-protocol.h + protocol/pointer-constraints-unstable-v1-server-protocol.h BUILT_SOURCES += $(nodist_libweston_@LIBWESTON_MAJOR@_la_SOURCES) |