diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-05-29 17:20:53 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-05-29 17:20:53 -0700 |
commit | e53f4dfafca17bcba79f1e3841d76aa32e0a5438 (patch) | |
tree | 575239970dd491e9a8a57e4f9c133741f22d26bf /tests | |
parent | 95f3a4aac6cddb3a74ba7ae44f1ca236d97c3fb7 (diff) |
Only run XRR*ProviderProperty tests if xrandr >= 1.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libXrandr/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/libXrandr/Makefile.am b/tests/libXrandr/Makefile.am index 047ee47..ce7d860 100644 --- a/tests/libXrandr/Makefile.am +++ b/tests/libXrandr/Makefile.am @@ -22,9 +22,11 @@ # noinst_PROGRAMS = XRRGetOutputProperty -noinst_PROGRAMS += XRRGetProviderProperty noinst_PROGRAMS += XRRQueryOutputProperty +if HAVE_XRANDR_14 +noinst_PROGRAMS += XRRGetProviderProperty noinst_PROGRAMS += XRRQueryProviderProperty +endif HAVE_XRANDR_14 noinst_HEADERS = xhiv-Xrandr.h |