diff options
author | Keith Packard <keithp@keithp.com> | 2013-07-11 16:01:02 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-07 14:02:37 -0800 |
commit | cca607409068ad0948e7283fb8d0465cabc51686 (patch) | |
tree | b6701071bef16e34806352d656bd3b7ff1f63205 /Makefile.am | |
parent | 7a9373078e69b2cb2753570f91e5c31062ba25f8 (diff) |
Add Present extension
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-By: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c9fcf08..1cb3d9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,9 @@ endif if BUILD_GLX pkgconfig_DATA += xcb-glx.pc endif +if BUILD_PRESENT +pkgconfig_DATA += xcb-present.pc +endif if BUILD_RANDR pkgconfig_DATA += xcb-randr.pc endif |